#C87CCB

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

Shades of Orchid #C87CCB

Tints of Orchid #C87CCB

Color information

#C87CCB (or 0xC87CCB) is unknown color: approx Orchid. HEX triplet: C8, 7C and CB. RGB value is (200,124,203). Sum of RGB (Red+Green+Blue) = 200+124+203=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCB is #378334. Grayscale: #9B9B9B. Windows color (decimal): -3638069 or 13335752. OLE color: 13335752.

HSL color Cylindrical-coordinate representation of color #C87CCB: hue angle of 297.72º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87CCB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200124203-
CMYK0.010.3900.20
HSL297.72º43.17%64.12%-
HSV(B)297.72º38.92%79.61%-
XYZ41.8131.0160.28-
YUV155.73154.68159.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=37.95%
G=23.53%
B=38.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001242030.010.3900.20297.7243.1764.12
HexC87CCB12701412a2b40
Octal31017431314702445253100
Binary1100100011111001100101111001110101001001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CCB; }

 p { color: rgb(200,124,203); }

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

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

 a { background-color: rgb(200,124,203); }

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

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

 span { border-color: rgb(200,124,203); }

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