#CB81E9

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

Shades of Heliotrope #CB81E9

Tints of Heliotrope #CB81E9

Color information

#CB81E9 (or 0xCB81E9) is unknown color: approx Heliotrope. HEX triplet: CB, 81 and E9. RGB value is (203,129,233). Sum of RGB (Red+Green+Blue) = 203+129+233=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB81E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81E9 is #347E16. Grayscale: #A2A2A2. Windows color (decimal): -3440151 or 15303115. OLE color: 15303115.

HSL color Cylindrical-coordinate representation of color #CB81E9: hue angle of 282.69º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB81E9 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203129233-
CMYK0.130.4500.09
HSL282.69º70.27%70.98%-
HSV(B)282.69º44.64%91.37%-
XYZ47.1934.2881.22-
YUV162.98167.52156.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=35.93%
G=22.83%
B=41.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031292330.130.4500.09282.6970.2770.98
HexCB81E9D2D0911b4647
Octal3132013511555011433106107
Binary11001011100000011110100111011011010100110001101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81E9; }

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

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

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

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

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

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

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

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