Shades of Heliotrope #CB81EF
Tints of Heliotrope #CB81EF
RGB
CMYK
RGB Variations
Color information
#CB81EF (or 0xCB81EF) is known color: Heliotrope. HEX triplet: CB, 81 and EF. RGB value is (203,129,239). Sum of RGB (Red+Green+Blue) = 203+129+239=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81EF is #347E10. Grayscale: #A3A3A3. Windows color (decimal): -3440145 or 15696331. OLE color: 15696331.
HSL color Cylindrical-coordinate representation of color #CB81EF: hue angle of 280.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB81EF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 129 | 239 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.06 |
| HSL | 280.36º | 0.77% | 0.72% | - |
| HSV(B) | 280.36º | 0.46% | 0.94% | - |
| XYZ | 48.06 | 34.63 | 85.81 | - |
| YUV | 163.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 239 | 0.15 | 0.46 | 0 | 0.06 | 280.36 | 0.77 | 0.72 |
| Hex | CB | 81 | EF | F | 2E | 0 | 6 | 118 | 4D | 48 |
| Octal | 313 | 201 | 357 | 17 | 56 | 0 | 6 | 430 | 115 | 110 |
| Binary | 11001011 | 10000001 | 11101111 | 1111 | 101110 | 0 | 110 | 100011000 | 1001101 | 1001000 |
Color Harmonies of #CB81EF
Complementary color
Monochromatic Colors of #CB81EF
Black with #CB81EF
Text Example
Text Example
White with #CB81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81EF; }
p { color: rgb(203,129,239); }
H1.HeaderClassName
{
color: #CB81EF;
}
.AnyTagClassName
{
color: #CB81EF;
}
</style>
background-color css
<style>
a { background-color: #CB81EF; }
a { background-color: rgb(203,129,239); }
div.DivClassName
{
background-color: #CB81EF;
}
.BgClassName
{
background-color: #CB81EF;
}
</style>
border-color css
<style>
span { border-color: #CB81EF; }
span { border-color: rgb(203,129,239); }
td.TdClassName
{
border-color: #CB81EF;
}
.TagClassName
{
border-color: #CB81EF;
}
</style>