#C87ED3

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

Shades of Orchid #C87ED3

Tints of Orchid #C87ED3

Color information

#C87ED3 (or 0xC87ED3) is unknown color: approx Orchid. HEX triplet: C8, 7E and D3. RGB value is (200,126,211). Sum of RGB (Red+Green+Blue) = 200+126+211=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #C87ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ED3 is #37812C. Grayscale: #9D9D9D. Windows color (decimal): -3637549 or 13860552. OLE color: 13860552.

HSL color Cylindrical-coordinate representation of color #C87ED3: hue angle of 292.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87ED3 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200126211-
CMYK0.050.4000.17
HSL292.24º49.13%66.08%-
HSV(B)292.24º40.28%82.75%-
XYZ43.0431.965.52-
YUV157.82158.02158.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 211 (82.81% from 255) = 39.29%
R=37.24%
G=23.46%
B=39.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001262110.050.4000.17292.2449.1366.08
HexC87ED35280111243142
Octal31017632355002144461102
Binary110010001111110110100111011010000100011001001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ED3; }

 p { color: rgb(200,126,211); }

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

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

 a { background-color: rgb(200,126,211); }

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

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

 span { border-color: rgb(200,126,211); }

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