Shades of Heliotrope #CB5AFC
Tints of Heliotrope #CB5AFC
RGB
CMYK
RGB Variations
Color information
#CB5AFC (or 0xCB5AFC) is known color: Heliotrope. HEX triplet: CB, 5A and FC. RGB value is (203,90,252). Sum of RGB (Red+Green+Blue) = 203+90+252=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB5AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AFC is #34A503. Grayscale: #8D8D8D. Windows color (decimal): -3450116 or 16538315. OLE color: 16538315.
HSL color Cylindrical-coordinate representation of color #CB5AFC: hue angle of 281.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5AFC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 90 | 252 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 281.85º | 0.96% | 0.67% | - |
| HSV(B) | 281.85º | 0.64% | 0.99% | - |
| XYZ | 45.86 | 27.04 | 94.9 | - |
| YUV | 142.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 252 | 0.19 | 0.64 | 0 | 0.01 | 281.85 | 0.96 | 0.67 |
| Hex | CB | 5A | FC | 13 | 40 | 0 | 1 | 11A | 60 | 43 |
| Octal | 313 | 132 | 374 | 23 | 100 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001011 | 1011010 | 11111100 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CB5AFC
Complementary color
Monochromatic Colors of #CB5AFC
Black with #CB5AFC
Text Example
Text Example
White with #CB5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AFC; }
p { color: rgb(203,90,252); }
H1.HeaderClassName
{
color: #CB5AFC;
}
.AnyTagClassName
{
color: #CB5AFC;
}
</style>
background-color css
<style>
a { background-color: #CB5AFC; }
a { background-color: rgb(203,90,252); }
div.DivClassName
{
background-color: #CB5AFC;
}
.BgClassName
{
background-color: #CB5AFC;
}
</style>
border-color css
<style>
span { border-color: #CB5AFC; }
span { border-color: rgb(203,90,252); }
td.TdClassName
{
border-color: #CB5AFC;
}
.TagClassName
{
border-color: #CB5AFC;
}
</style>