Shades of Heliotrope #CB81EE
Tints of Heliotrope #CB81EE
RGB
CMYK
RGB Variations
Color information
#CB81EE (or 0xCB81EE) is known color: 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
| RGB | 203 | 129 | 238 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280.73º | 0.76% | 0.72% | - |
| HSV(B) | 280.73º | 0.46% | 0.93% | - |
| XYZ | 47.91 | 34.57 | 85.04 | - |
| YUV | 163.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 238 | 0.15 | 0.46 | 0 | 0.07 | 280.73 | 0.76 | 0.72 |
| Hex | CB | 81 | EE | F | 2E | 0 | 7 | 119 | 4C | 48 |
| Octal | 313 | 201 | 356 | 17 | 56 | 0 | 7 | 431 | 114 | 110 |
| Binary | 11001011 | 10000001 | 11101110 | 1111 | 101110 | 0 | 111 | 100011001 | 1001100 | 1001000 |
Color Harmonies of #CB81EE
Complementary color
Monochromatic Colors of #CB81EE
Black with #CB81EE
Text Example
Text Example
White with #CB81EE
Text Example
Text Example
HTML Codes & Css Web 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>