#C87DCC

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

Shades of Orchid #C87DCC

Tints of Orchid #C87DCC

Color information

#C87DCC (or 0xC87DCC) is unknown color: approx Orchid. HEX triplet: C8, 7D and CC. RGB value is (200,125,204). Sum of RGB (Red+Green+Blue) = 200+125+204=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCC is #378233. Grayscale: #9C9C9C. Windows color (decimal): -3637812 or 13401544. OLE color: 13401544.

HSL color Cylindrical-coordinate representation of color #C87DCC: hue angle of 296.96º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87DCC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200125204-
CMYK0.020.3900.2
HSL296.96º43.65%64.51%-
HSV(B)296.96º38.73%80%-
XYZ42.0531.3160.95-
YUV156.43154.85159.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=37.81%
G=23.63%
B=38.56%

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
Decimal2001252040.020.3900.2296.9643.6564.51
HexC87DCC2270141292c41
Octal31017531424702445154101
Binary11001000111110111001100101001110101001001010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DCC; }

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

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

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

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

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

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

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

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