#CD80DF

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

Shades of Orchid #CD80DF

Tints of Orchid #CD80DF

Color information

#CD80DF (or 0xCD80DF) is unknown color: approx Orchid. HEX triplet: CD, 80 and DF. RGB value is (205,128,223). Sum of RGB (Red+Green+Blue) = 205+128+223=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DF is #327F20. Grayscale: #A1A1A1. Windows color (decimal): -3309345 or 14647501. OLE color: 14647501.

HSL color Cylindrical-coordinate representation of color #CD80DF: hue angle of 288.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD80DF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205128223-
CMYK0.080.4300.13
HSL288.63º59.75%68.82%-
HSV(B)288.63º42.6%87.45%-
XYZ46.2233.7573.89-
YUV161.85162.51158.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=36.87%
G=23.02%
B=40.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051282230.080.4300.13288.6359.7568.82
HexCD80DF82B0D1213c45
Octal315200337105301544174105
Binary1100110110000000110111111000101011011011001000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80DF; }

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

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

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

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

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

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

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

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