Shades of Heliotrope #CB5EFF
Tints of Heliotrope #CB5EFF
RGB
CMYK
RGB Variations
Color information
#CB5EFF (or 0xCB5EFF) is known color: Heliotrope. HEX triplet: CB, 5E and FF. RGB value is (203,94,255). Sum of RGB (Red+Green+Blue) = 203+94+255=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EFF is #34A100. Grayscale: #909090. Windows color (decimal): -3449089 or 16735947. OLE color: 16735947.
HSL color Cylindrical-coordinate representation of color #CB5EFF: hue angle of 280.62º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5EFF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 94 | 255 | - |
| CMYK | 0.20 | 0.63 | 0 | 0 |
| HSL | 280.62º | 1% | 0.68% | - |
| HSV(B) | 280.62º | 0.63% | 1% | - |
| XYZ | 46.68 | 27.92 | 97.54 | - |
| YUV | 144.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 255 | 0.20 | 0.63 | 0 | 0 | 280.62 | 1 | 0.68 |
| Hex | CB | 5E | FF | 14 | 3F | 0 | 0 | 119 | 64 | 44 |
| Octal | 313 | 136 | 377 | 24 | 77 | 0 | 0 | 431 | 144 | 104 |
| Binary | 11001011 | 1011110 | 11111111 | 10100 | 111111 | 0 | 0 | 100011001 | 1100100 | 1000100 |
Color Harmonies of #CB5EFF
Complementary color
Monochromatic Colors of #CB5EFF
Black with #CB5EFF
Text Example
Text Example
White with #CB5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EFF; }
p { color: rgb(203,94,255); }
H1.HeaderClassName
{
color: #CB5EFF;
}
.AnyTagClassName
{
color: #CB5EFF;
}
</style>
background-color css
<style>
a { background-color: #CB5EFF; }
a { background-color: rgb(203,94,255); }
div.DivClassName
{
background-color: #CB5EFF;
}
.BgClassName
{
background-color: #CB5EFF;
}
</style>
border-color css
<style>
span { border-color: #CB5EFF; }
span { border-color: rgb(203,94,255); }
td.TdClassName
{
border-color: #CB5EFF;
}
.TagClassName
{
border-color: #CB5EFF;
}
</style>