Shades of Heliotrope #CB56FF
Tints of Heliotrope #CB56FF
RGB
CMYK
RGB Variations
Color information
#CB56FF (or 0xCB56FF) is known color: Heliotrope. HEX triplet: CB, 56 and FF. RGB value is (203,86,255). Sum of RGB (Red+Green+Blue) = 203+86+255=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56FF is #34A900. Grayscale: #8B8B8B. Windows color (decimal): -3451137 or 16733899. OLE color: 16733899.
HSL color Cylindrical-coordinate representation of color #CB56FF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB56FF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 86 | 255 | - |
| CMYK | 0.20 | 0.66 | 0 | 0 |
| HSL | 281.54º | 1% | 0.67% | - |
| HSV(B) | 281.54º | 0.66% | 1% | - |
| XYZ | 46.01 | 26.57 | 97.31 | - |
| YUV | 140.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 255 | 0.20 | 0.66 | 0 | 0 | 281.54 | 1 | 0.67 |
| Hex | CB | 56 | FF | 14 | 42 | 0 | 0 | 11A | 64 | 43 |
| Octal | 313 | 126 | 377 | 24 | 102 | 0 | 0 | 432 | 144 | 103 |
| Binary | 11001011 | 1010110 | 11111111 | 10100 | 1000010 | 0 | 0 | 100011010 | 1100100 | 1000011 |
Color Harmonies of #CB56FF
Complementary color
Monochromatic Colors of #CB56FF
Black with #CB56FF
Text Example
Text Example
White with #CB56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56FF; }
p { color: rgb(203,86,255); }
H1.HeaderClassName
{
color: #CB56FF;
}
.AnyTagClassName
{
color: #CB56FF;
}
</style>
background-color css
<style>
a { background-color: #CB56FF; }
a { background-color: rgb(203,86,255); }
div.DivClassName
{
background-color: #CB56FF;
}
.BgClassName
{
background-color: #CB56FF;
}
</style>
border-color css
<style>
span { border-color: #CB56FF; }
span { border-color: rgb(203,86,255); }
td.TdClassName
{
border-color: #CB56FF;
}
.TagClassName
{
border-color: #CB56FF;
}
</style>