Shades of Heliotrope #CB5BFA
Tints of Heliotrope #CB5BFA
RGB
CMYK
RGB Variations
Color information
#CB5BFA (or 0xCB5BFA) is known color: Heliotrope. HEX triplet: CB, 5B and FA. RGB value is (203,91,250). Sum of RGB (Red+Green+Blue) = 203+91+250=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BFA is #34A405. Grayscale: #8E8E8E. Windows color (decimal): -3449862 or 16407499. OLE color: 16407499.
HSL color Cylindrical-coordinate representation of color #CB5BFA: hue angle of 282.26º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5BFA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 91 | 250 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 282.26º | 0.94% | 0.67% | - |
| HSV(B) | 282.26º | 0.64% | 0.98% | - |
| XYZ | 45.63 | 27.08 | 93.26 | - |
| YUV | 142.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 250 | 0.19 | 0.64 | 0 | 0.02 | 282.26 | 0.94 | 0.67 |
| Hex | CB | 5B | FA | 13 | 40 | 0 | 2 | 11A | 5E | 43 |
| Octal | 313 | 133 | 372 | 23 | 100 | 0 | 2 | 432 | 136 | 103 |
| Binary | 11001011 | 1011011 | 11111010 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011110 | 1000011 |
Color Harmonies of #CB5BFA
Complementary color
Monochromatic Colors of #CB5BFA
Black with #CB5BFA
Text Example
Text Example
White with #CB5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BFA; }
p { color: rgb(203,91,250); }
H1.HeaderClassName
{
color: #CB5BFA;
}
.AnyTagClassName
{
color: #CB5BFA;
}
</style>
background-color css
<style>
a { background-color: #CB5BFA; }
a { background-color: rgb(203,91,250); }
div.DivClassName
{
background-color: #CB5BFA;
}
.BgClassName
{
background-color: #CB5BFA;
}
</style>
border-color css
<style>
span { border-color: #CB5BFA; }
span { border-color: rgb(203,91,250); }
td.TdClassName
{
border-color: #CB5BFA;
}
.TagClassName
{
border-color: #CB5BFA;
}
</style>