#cb81db

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

Shades of Orchid #CB81DB

Tints of Orchid #CB81DB

Color information

#CB81DB (or 0xCB81DB) is unknown color: approx Orchid. HEX triplet: CB, 81 and DB. RGB value is (203,129,219). Sum of RGB (Red+Green+Blue) = 203+129+219=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81DB is #347E24. Grayscale: #A1A1A1. Windows color (decimal): -3440165 or 14385611. OLE color: 14385611.

HSL color Cylindrical-coordinate representation of color #CB81DB: hue angle of 289.33º 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 #CB81DB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203129219-
CMYK0.070.4100.14
HSL289.33º55.56%68.24%-
HSV(B)289.33º41.1%85.88%-
XYZ45.2733.5171.1-
YUV161.39160.52157.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=36.84%
G=23.41%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031292190.070.4100.14289.3355.5668.24
HexCB81DB7290E1213844
Octal31320133375101644170104
Binary110010111000000111011011111101001011101001000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb81db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb81db; }

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

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

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

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

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

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

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

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