Shades of Heliotrope #CB5BFB
Tints of Heliotrope #CB5BFB
RGB
CMYK
RGB Variations
Color information
#CB5BFB (or 0xCB5BFB) is known color: Heliotrope. HEX triplet: CB, 5B and FB. RGB value is (203,91,251). Sum of RGB (Red+Green+Blue) = 203+91+251=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB5BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BFB is #34A404. Grayscale: #8E8E8E. Windows color (decimal): -3449861 or 16473035. OLE color: 16473035.
HSL color Cylindrical-coordinate representation of color #CB5BFB: hue angle of 282º degrees, saturation: 0.95, 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 #CB5BFB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 91 | 251 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 282º | 0.95% | 0.67% | - |
| HSV(B) | 282º | 0.64% | 0.98% | - |
| XYZ | 45.78 | 27.14 | 94.09 | - |
| YUV | 142.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 251 | 0.19 | 0.64 | 0 | 0.02 | 282 | 0.95 | 0.67 |
| Hex | CB | 5B | FB | 13 | 40 | 0 | 2 | 11A | 5F | 43 |
| Octal | 313 | 133 | 373 | 23 | 100 | 0 | 2 | 432 | 137 | 103 |
| Binary | 11001011 | 1011011 | 11111011 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011111 | 1000011 |
Color Harmonies of #CB5BFB
Complementary color
Monochromatic Colors of #CB5BFB
Black with #CB5BFB
Text Example
Text Example
White with #CB5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BFB; }
p { color: rgb(203,91,251); }
H1.HeaderClassName
{
color: #CB5BFB;
}
.AnyTagClassName
{
color: #CB5BFB;
}
</style>
background-color css
<style>
a { background-color: #CB5BFB; }
a { background-color: rgb(203,91,251); }
div.DivClassName
{
background-color: #CB5BFB;
}
.BgClassName
{
background-color: #CB5BFB;
}
</style>
border-color css
<style>
span { border-color: #CB5BFB; }
span { border-color: rgb(203,91,251); }
td.TdClassName
{
border-color: #CB5BFB;
}
.TagClassName
{
border-color: #CB5BFB;
}
</style>