Shades of Heliotrope #CB52FE
Tints of Heliotrope #CB52FE
RGB
CMYK
RGB Variations
Color information
#CB52FE (or 0xCB52FE) is known color: Heliotrope. HEX triplet: CB, 52 and FE. RGB value is (203,82,254). Sum of RGB (Red+Green+Blue) = 203+82+254=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52FE is #34AD01. Grayscale: #898989. Windows color (decimal): -3452162 or 16667339. OLE color: 16667339.
HSL color Cylindrical-coordinate representation of color #CB52FE: hue angle of 282.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB52FE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 82 | 254 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.00 |
| HSL | 282.21º | 0.99% | 0.66% | - |
| HSV(B) | 282.21º | 0.68% | 1% | - |
| XYZ | 45.54 | 25.89 | 96.36 | - |
| YUV | 137.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 254 | 0.20 | 0.68 | 0 | 0.00 | 282.21 | 0.99 | 0.66 |
| Hex | CB | 52 | FE | 14 | 44 | 0 | 0 | 11A | 63 | 42 |
| Octal | 313 | 122 | 376 | 24 | 104 | 0 | 0 | 432 | 143 | 102 |
| Binary | 11001011 | 1010010 | 11111110 | 10100 | 1000100 | 0 | 0 | 100011010 | 1100011 | 1000010 |
Color Harmonies of #CB52FE
Complementary color
Monochromatic Colors of #CB52FE
Black with #CB52FE
Text Example
Text Example
White with #CB52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52FE; }
p { color: rgb(203,82,254); }
H1.HeaderClassName
{
color: #CB52FE;
}
.AnyTagClassName
{
color: #CB52FE;
}
</style>
background-color css
<style>
a { background-color: #CB52FE; }
a { background-color: rgb(203,82,254); }
div.DivClassName
{
background-color: #CB52FE;
}
.BgClassName
{
background-color: #CB52FE;
}
</style>
border-color css
<style>
span { border-color: #CB52FE; }
span { border-color: rgb(203,82,254); }
td.TdClassName
{
border-color: #CB52FE;
}
.TagClassName
{
border-color: #CB52FE;
}
</style>