#C87CCC

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

Shades of Orchid #C87CCC

Tints of Orchid #C87CCC

Color information

#C87CCC (or 0xC87CCC) is unknown color: approx Orchid. HEX triplet: C8, 7C and CC. RGB value is (200,124,204). Sum of RGB (Red+Green+Blue) = 200+124+204=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCC is #378333. Grayscale: #9B9B9B. Windows color (decimal): -3638068 or 13401288. OLE color: 13401288.

HSL color Cylindrical-coordinate representation of color #C87CCC: hue angle of 297º degrees, saturation: 0.44, 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 #C87CCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200124204-
CMYK0.020.3900.2
HSL297º43.96%64.31%-
HSV(B)297º39.22%80%-
XYZ41.9331.0560.91-
YUV155.84155.18159.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=37.88%
G=23.48%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001242040.020.3900.229743.9664.31
HexC87CCC2270141292c40
Octal31017431424702445154100
Binary11001000111110011001100101001110101001001010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CCC; }

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

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

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

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

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

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

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

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