#CB81DD

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

Shades of Orchid #CB81DD

Tints of Orchid #CB81DD

Color information

#CB81DD (or 0xCB81DD) is unknown color: approx Orchid. HEX triplet: CB, 81 and DD. RGB value is (203,129,221). Sum of RGB (Red+Green+Blue) = 203+129+221=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81DD is #347E22. Grayscale: #A1A1A1. Windows color (decimal): -3440163 or 14516683. OLE color: 14516683.

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

Color convert

RGB203129221-
CMYK0.080.4200.13
HSL288.26º57.5%68.63%-
HSV(B)288.26º41.63%86.67%-
XYZ45.5333.6272.5-
YUV161.61161.52157.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=36.71%
G=23.33%
B=39.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031292210.080.4200.13288.2657.568.63
HexCB81DD82A0D1203a45
Octal313201335105201544072105
Binary1100101110000001110111011000101010011011001000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81DD; }

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

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

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

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

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

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

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

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