#C87DDC

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

Shades of Orchid #C87DDC

Tints of Orchid #C87DDC

Color information

#C87DDC (or 0xC87DDC) is unknown color: approx Orchid. HEX triplet: C8, 7D and DC. RGB value is (200,125,220). Sum of RGB (Red+Green+Blue) = 200+125+220=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDC is #378223. Grayscale: #9D9D9D. Windows color (decimal): -3637796 or 14450120. OLE color: 14450120.

HSL color Cylindrical-coordinate representation of color #C87DDC: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87DDC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200125220-
CMYK0.090.4300.14
HSL287.37º57.58%67.65%-
HSV(B)287.37º43.18%86.27%-
XYZ44.0732.1171.59-
YUV158.26162.85157.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=36.70%
G=22.94%
B=40.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001252200.090.4300.14287.3757.5867.65
HexC87DDC92B0E11f3a44
Octal310175334115301643772104
Binary110010001111101110111001001101011011101000111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DDC; }

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

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

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

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

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

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

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

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