#CB81D8

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

Shades of Orchid #CB81D8

Tints of Orchid #CB81D8

Color information

#CB81D8 (or 0xCB81D8) is unknown color: approx Orchid. HEX triplet: CB, 81 and D8. RGB value is (203,129,216). Sum of RGB (Red+Green+Blue) = 203+129+216=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81D8 is #347E27. Grayscale: #A0A0A0. Windows color (decimal): -3440168 or 14189003. OLE color: 14189003.

HSL color Cylindrical-coordinate representation of color #CB81D8: hue angle of 291.03º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB81D8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203129216-
CMYK0.060.4000.15
HSL291.03º52.73%67.65%-
HSV(B)291.03º40.28%84.71%-
XYZ44.8733.3569.04-
YUV161.04159.02157.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=37.04%
G=23.54%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031292160.060.4000.15291.0352.7367.65
HexCB81D86280F1233544
Octal31320133065001744365104
Binary110010111000000111011000110101000011111001000111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81D8; }

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

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

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

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

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

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

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

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