#CB81EE

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

Shades of Heliotrope #CB81EE

Tints of Heliotrope #CB81EE

Color information

#CB81EE (or 0xCB81EE) is unknown color: approx Heliotrope. HEX triplet: CB, 81 and EE. RGB value is (203,129,238). Sum of RGB (Red+Green+Blue) = 203+129+238=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81EE is #347E11. Grayscale: #A3A3A3. Windows color (decimal): -3440146 or 15630795. OLE color: 15630795.

HSL color Cylindrical-coordinate representation of color #CB81EE: hue angle of 280.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB81EE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203129238-
CMYK0.150.4600.07
HSL280.73º76.22%71.96%-
HSV(B)280.73º45.8%93.33%-
XYZ47.9134.5785.04-
YUV163.55170.02156.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=35.61%
G=22.63%
B=41.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031292380.150.4600.07280.7376.2271.96
HexCB81EEF2E071194c48
Octal313201356175607431114110
Binary1100101110000001111011101111101110011110001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81EE; }

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

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

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

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

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

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

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

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