#CD80DC

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

Shades of Orchid #CD80DC

Tints of Orchid #CD80DC

Color information

#CD80DC (or 0xCD80DC) is unknown color: approx Orchid. HEX triplet: CD, 80 and DC. RGB value is (205,128,220). Sum of RGB (Red+Green+Blue) = 205+128+220=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DC is #327F23. Grayscale: #A1A1A1. Windows color (decimal): -3309348 or 14450893. OLE color: 14450893.

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

Color convert

RGB205128220-
CMYK0.070.4200.14
HSL290.22º56.79%68.24%-
HSV(B)290.22º41.82%86.27%-
XYZ45.8133.5871.78-
YUV161.51161.01159.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=37.07%
G=23.15%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051282200.070.4200.14290.2256.7968.24
HexCD80DC72A0E1223944
Octal31520033475201644271104
Binary110011011000000011011100111101010011101001000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80DC; }

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

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

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

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

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

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

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

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