Shades of Heliotrope #CB5BFC
Tints of Heliotrope #CB5BFC
RGB
CMYK
RGB Variations
Color information
#CB5BFC (or 0xCB5BFC) is known color: Heliotrope. HEX triplet: CB, 5B and FC. RGB value is (203,91,252). Sum of RGB (Red+Green+Blue) = 203+91+252=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 91 (35.94% from 255 or 16.67% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BFC is #34A403. Grayscale: #8E8E8E. Windows color (decimal): -3449860 or 16538571. OLE color: 16538571.
HSL color Cylindrical-coordinate representation of color #CB5BFC: hue angle of 281.74º 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 #CB5BFC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 91 | 252 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.01 |
| HSL | 281.74º | 0.96% | 0.67% | - |
| HSV(B) | 281.74º | 0.64% | 0.99% | - |
| XYZ | 45.94 | 27.21 | 94.93 | - |
| YUV | 142.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 252 | 0.19 | 0.64 | 0 | 0.01 | 281.74 | 0.96 | 0.67 |
| Hex | CB | 5B | FC | 13 | 40 | 0 | 1 | 11A | 60 | 43 |
| Octal | 313 | 133 | 374 | 23 | 100 | 0 | 1 | 432 | 140 | 103 |
| Binary | 11001011 | 1011011 | 11111100 | 10011 | 1000000 | 0 | 1 | 100011010 | 1100000 | 1000011 |
Color Harmonies of #CB5BFC
Complementary color
Monochromatic Colors of #CB5BFC
Black with #CB5BFC
Text Example
Text Example
White with #CB5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BFC; }
p { color: rgb(203,91,252); }
H1.HeaderClassName
{
color: #CB5BFC;
}
.AnyTagClassName
{
color: #CB5BFC;
}
</style>
background-color css
<style>
a { background-color: #CB5BFC; }
a { background-color: rgb(203,91,252); }
div.DivClassName
{
background-color: #CB5BFC;
}
.BgClassName
{
background-color: #CB5BFC;
}
</style>
border-color css
<style>
span { border-color: #CB5BFC; }
span { border-color: rgb(203,91,252); }
td.TdClassName
{
border-color: #CB5BFC;
}
.TagClassName
{
border-color: #CB5BFC;
}
</style>