#CD81DB

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

Shades of Orchid #CD81DB

Tints of Orchid #CD81DB

Color information

#CD81DB (or 0xCD81DB) is unknown color: approx Orchid. HEX triplet: CD, 81 and DB. RGB value is (205,129,219). Sum of RGB (Red+Green+Blue) = 205+129+219=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81DB is #327E24. Grayscale: #A1A1A1. Windows color (decimal): -3309093 or 14385613. OLE color: 14385613.

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

Color convert

RGB205129219-
CMYK0.060.4100.14
HSL290.67º55.56%68.24%-
HSV(B)290.67º41.1%85.88%-
XYZ45.8133.7971.13-
YUV161.98160.18158.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=37.07%
G=23.33%
B=39.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051292190.060.4100.14290.6755.5668.24
HexCD81DB6290E1233844
Octal31520133365101644370104
Binary110011011000000111011011110101001011101001000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81DB; }

 p { color: rgb(205,129,219); }

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

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

 a { background-color: rgb(205,129,219); }

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

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

 span { border-color: rgb(205,129,219); }

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