Shades of Heliotrope #CB53FE
Tints of Heliotrope #CB53FE
RGB
CMYK
RGB Variations
Color information
#CB53FE (or 0xCB53FE) is known color: Heliotrope. HEX triplet: CB, 53 and FE. RGB value is (203,83,254). Sum of RGB (Red+Green+Blue) = 203+83+254=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53FE is #34AC01. Grayscale: #898989. Windows color (decimal): -3451906 or 16667595. OLE color: 16667595.
HSL color Cylindrical-coordinate representation of color #CB53FE: hue angle of 282.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB53FE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 83 | 254 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.00 |
| HSL | 282.11º | 0.99% | 0.66% | - |
| HSV(B) | 282.11º | 0.67% | 1% | - |
| XYZ | 45.61 | 26.04 | 96.39 | - |
| YUV | 138.37 | 193.26 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 254 | 0.20 | 0.67 | 0 | 0.00 | 282.11 | 0.99 | 0.66 |
| Hex | CB | 53 | FE | 14 | 43 | 0 | 0 | 11A | 63 | 42 |
| Octal | 313 | 123 | 376 | 24 | 103 | 0 | 0 | 432 | 143 | 102 |
| Binary | 11001011 | 1010011 | 11111110 | 10100 | 1000011 | 0 | 0 | 100011010 | 1100011 | 1000010 |
Color Harmonies of #CB53FE
Complementary color
Monochromatic Colors of #CB53FE
Black with #CB53FE
Text Example
Text Example
White with #CB53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53FE; }
p { color: rgb(203,83,254); }
H1.HeaderClassName
{
color: #CB53FE;
}
.AnyTagClassName
{
color: #CB53FE;
}
</style>
background-color css
<style>
a { background-color: #CB53FE; }
a { background-color: rgb(203,83,254); }
div.DivClassName
{
background-color: #CB53FE;
}
.BgClassName
{
background-color: #CB53FE;
}
</style>
border-color css
<style>
span { border-color: #CB53FE; }
span { border-color: rgb(203,83,254); }
td.TdClassName
{
border-color: #CB53FE;
}
.TagClassName
{
border-color: #CB53FE;
}
</style>