#CD80D9

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

Shades of Orchid #CD80D9

Tints of Orchid #CD80D9

Color information

#CD80D9 (or 0xCD80D9) is unknown color: approx Orchid. HEX triplet: CD, 80 and D9. RGB value is (205,128,217). Sum of RGB (Red+Green+Blue) = 205+128+217=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80D9 is #327F26. Grayscale: #A0A0A0. Windows color (decimal): -3309351 or 14254285. OLE color: 14254285.

HSL color Cylindrical-coordinate representation of color #CD80D9: hue angle of 291.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD80D9 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205128217-
CMYK0.060.4100.15
HSL291.91º53.94%67.65%-
HSV(B)291.91º41.01%85.1%-
XYZ45.4233.4369.7-
YUV161.17159.51159.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=37.27%
G=23.27%
B=39.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051282170.060.4100.15291.9153.9467.65
HexCD80D96290F1243644
Octal31520033165101744466104
Binary110011011000000011011001110101001011111001001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80D9; }

 p { color: rgb(205,128,217); }

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

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

 a { background-color: rgb(205,128,217); }

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

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

 span { border-color: rgb(205,128,217); }

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