Shades of Heliotrope #CB53FF
Tints of Heliotrope #CB53FF
RGB
CMYK
RGB Variations
Color information
#CB53FF (or 0xCB53FF) is known color: Heliotrope. HEX triplet: CB, 53 and FF. RGB value is (203,83,255). Sum of RGB (Red+Green+Blue) = 203+83+255=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53FF is #34AC00. Grayscale: #898989. Windows color (decimal): -3451905 or 16733131. OLE color: 16733131.
HSL color Cylindrical-coordinate representation of color #CB53FF: hue angle of 281.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB53FF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 83 | 255 | - |
| CMYK | 0.20 | 0.67 | 0 | 0 |
| HSL | 281.86º | 1% | 0.66% | - |
| HSV(B) | 281.86º | 0.67% | 1% | - |
| XYZ | 45.77 | 26.1 | 97.23 | - |
| YUV | 138.49 | 193.76 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 255 | 0.20 | 0.67 | 0 | 0 | 281.86 | 1 | 0.66 |
| Hex | CB | 53 | FF | 14 | 43 | 0 | 0 | 11A | 64 | 42 |
| Octal | 313 | 123 | 377 | 24 | 103 | 0 | 0 | 432 | 144 | 102 |
| Binary | 11001011 | 1010011 | 11111111 | 10100 | 1000011 | 0 | 0 | 100011010 | 1100100 | 1000010 |
Color Harmonies of #CB53FF
Complementary color
Monochromatic Colors of #CB53FF
Black with #CB53FF
Text Example
Text Example
White with #CB53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53FF; }
p { color: rgb(203,83,255); }
H1.HeaderClassName
{
color: #CB53FF;
}
.AnyTagClassName
{
color: #CB53FF;
}
</style>
background-color css
<style>
a { background-color: #CB53FF; }
a { background-color: rgb(203,83,255); }
div.DivClassName
{
background-color: #CB53FF;
}
.BgClassName
{
background-color: #CB53FF;
}
</style>
border-color css
<style>
span { border-color: #CB53FF; }
span { border-color: rgb(203,83,255); }
td.TdClassName
{
border-color: #CB53FF;
}
.TagClassName
{
border-color: #CB53FF;
}
</style>