Shades of Heliotrope #CB5DFF
Tints of Heliotrope #CB5DFF
RGB
CMYK
RGB Variations
Color information
#CB5DFF (or 0xCB5DFF) is known color: Heliotrope. HEX triplet: CB, 5D and FF. RGB value is (203,93,255). Sum of RGB (Red+Green+Blue) = 203+93+255=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DFF is #34A200. Grayscale: #8F8F8F. Windows color (decimal): -3449345 or 16735691. OLE color: 16735691.
HSL color Cylindrical-coordinate representation of color #CB5DFF: hue angle of 280.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5DFF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 93 | 255 | - |
| CMYK | 0.20 | 0.64 | 0 | 0 |
| HSL | 280.74º | 1% | 0.68% | - |
| HSV(B) | 280.74º | 0.64% | 1% | - |
| XYZ | 46.59 | 27.75 | 97.51 | - |
| YUV | 144.36 | 190.44 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 255 | 0.20 | 0.64 | 0 | 0 | 280.74 | 1 | 0.68 |
| Hex | CB | 5D | FF | 14 | 40 | 0 | 0 | 119 | 64 | 44 |
| Octal | 313 | 135 | 377 | 24 | 100 | 0 | 0 | 431 | 144 | 104 |
| Binary | 11001011 | 1011101 | 11111111 | 10100 | 1000000 | 0 | 0 | 100011001 | 1100100 | 1000100 |
Color Harmonies of #CB5DFF
Complementary color
Monochromatic Colors of #CB5DFF
Black with #CB5DFF
Text Example
Text Example
White with #CB5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DFF; }
p { color: rgb(203,93,255); }
H1.HeaderClassName
{
color: #CB5DFF;
}
.AnyTagClassName
{
color: #CB5DFF;
}
</style>
background-color css
<style>
a { background-color: #CB5DFF; }
a { background-color: rgb(203,93,255); }
div.DivClassName
{
background-color: #CB5DFF;
}
.BgClassName
{
background-color: #CB5DFF;
}
</style>
border-color css
<style>
span { border-color: #CB5DFF; }
span { border-color: rgb(203,93,255); }
td.TdClassName
{
border-color: #CB5DFF;
}
.TagClassName
{
border-color: #CB5DFF;
}
</style>