Shades of Heliotrope #CB5FFB
Tints of Heliotrope #CB5FFB
RGB
CMYK
RGB Variations
Color information
#CB5FFB (or 0xCB5FFB) is known color: Heliotrope. HEX triplet: CB, 5F and FB. RGB value is (203,95,251). Sum of RGB (Red+Green+Blue) = 203+95+251=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5FFB is #34A004. Grayscale: #909090. Windows color (decimal): -3448837 or 16474059. OLE color: 16474059.
HSL color Cylindrical-coordinate representation of color #CB5FFB: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB5FFB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 95 | 251 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.02 |
| HSL | 281.54º | 0.95% | 0.68% | - |
| HSV(B) | 281.54º | 0.62% | 0.98% | - |
| XYZ | 46.13 | 27.85 | 94.21 | - |
| YUV | 145.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 251 | 0.19 | 0.62 | 0 | 0.02 | 281.54 | 0.95 | 0.68 |
| Hex | CB | 5F | FB | 13 | 3E | 0 | 2 | 11A | 5F | 44 |
| Octal | 313 | 137 | 373 | 23 | 76 | 0 | 2 | 432 | 137 | 104 |
| Binary | 11001011 | 1011111 | 11111011 | 10011 | 111110 | 0 | 10 | 100011010 | 1011111 | 1000100 |
Color Harmonies of #CB5FFB
Complementary color
Monochromatic Colors of #CB5FFB
Black with #CB5FFB
Text Example
Text Example
White with #CB5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FFB; }
p { color: rgb(203,95,251); }
H1.HeaderClassName
{
color: #CB5FFB;
}
.AnyTagClassName
{
color: #CB5FFB;
}
</style>
background-color css
<style>
a { background-color: #CB5FFB; }
a { background-color: rgb(203,95,251); }
div.DivClassName
{
background-color: #CB5FFB;
}
.BgClassName
{
background-color: #CB5FFB;
}
</style>
border-color css
<style>
span { border-color: #CB5FFB; }
span { border-color: rgb(203,95,251); }
td.TdClassName
{
border-color: #CB5FFB;
}
.TagClassName
{
border-color: #CB5FFB;
}
</style>