#C867E4

Color #C867E4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C867E4

Tints of Medium Orchid #C867E4

Color information

#C867E4 (or 0xC867E4) is unknown color: approx Medium Orchid. HEX triplet: C8, 67 and E4. RGB value is (200,103,228). Sum of RGB (Red+Green+Blue) = 200+103+228=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #C867E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867E4 is #37981B. Grayscale: #919191. Windows color (decimal): -3643420 or 14968776. OLE color: 14968776.

HSL color Cylindrical-coordinate representation of color #C867E4: hue angle of 286.56º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C867E4 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200103228-
CMYK0.120.5500.11
HSL286.56º69.83%64.9%-
HSV(B)286.56º54.82%89.41%-
XYZ42.6727.5876.47-
YUV146.25174.14166.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 103 (40.62% from 255) = 19.40%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=37.66%
G=19.40%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001032280.120.5500.11286.5669.8364.9
HexC867E4C370B11f4641
Octal3101473441467013437106101
Binary1100100011001111110010011001101110101110001111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C867E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C867E4; }

 p { color: rgb(200,103,228); }

 H1.HeaderClassName
 {
   color: #C867E4;
 }
 .AnyTagClassName
 {
   color: #C867E4;
 }
</style>
background-color css

<style>
 a { background-color: #C867E4; }

 a { background-color: rgb(200,103,228); }

 div.DivClassName
 {
   background-color: #C867E4;
 }
 .BgClassName
 {
   background-color: #C867E4;
 }
</style>
border-color css

<style>
 span { border-color: #C867E4; }

 span { border-color: rgb(200,103,228); }

 td.TdClassName
 {
   border-color: #C867E4;
 }
 .TagClassName
 {
   border-color: #C867E4;
 }
</style>