#CD80BD

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

Shades of Orchid #CD80BD

Tints of Orchid #CD80BD

Color information

#CD80BD (or 0xCD80BD) is unknown color: approx Orchid. HEX triplet: CD, 80 and BD. RGB value is (205,128,189). Sum of RGB (Red+Green+Blue) = 205+128+189=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80BD is #327F42. Grayscale: #9D9D9D. Windows color (decimal): -3309379 or 12419277. OLE color: 12419277.

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

Color convert

RGB205128189-
CMYK00.380.080.20
HSL312.47º43.5%65.29%-
HSV(B)312.47º37.56%80.39%-
XYZ42.0832.0952.12-
YUV157.98145.51161.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=39.27%
G=24.52%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512818900.380.080.20312.4743.565.29
HexCD80BD0268141382c41
Octal315200275046102447054101
Binary11001101100000001011110101001101000101001001110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80BD; }

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

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

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

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

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

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

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

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