Shades of Heliotrope #CB5EEF
Tints of Heliotrope #CB5EEF
RGB
CMYK
RGB Variations
Color information
#CB5EEF (or 0xCB5EEF) is known color: Heliotrope. HEX triplet: CB, 5E and EF. RGB value is (203,94,239). Sum of RGB (Red+Green+Blue) = 203+94+239=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EEF is #34A110. Grayscale: #8E8E8E. Windows color (decimal): -3449105 or 15687371. OLE color: 15687371.
HSL color Cylindrical-coordinate representation of color #CB5EEF: hue angle of 285.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5EEF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 94 | 239 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.06 |
| HSL | 285.1º | 0.82% | 0.65% | - |
| HSV(B) | 285.1º | 0.61% | 0.94% | - |
| XYZ | 44.21 | 26.93 | 84.53 | - |
| YUV | 143.12 | 182.11 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 239 | 0.15 | 0.61 | 0 | 0.06 | 285.1 | 0.82 | 0.65 |
| Hex | CB | 5E | EF | F | 3D | 0 | 6 | 11D | 52 | 41 |
| Octal | 313 | 136 | 357 | 17 | 75 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001011 | 1011110 | 11101111 | 1111 | 111101 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #CB5EEF
Complementary color
Monochromatic Colors of #CB5EEF
Black with #CB5EEF
Text Example
Text Example
White with #CB5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EEF; }
p { color: rgb(203,94,239); }
H1.HeaderClassName
{
color: #CB5EEF;
}
.AnyTagClassName
{
color: #CB5EEF;
}
</style>
background-color css
<style>
a { background-color: #CB5EEF; }
a { background-color: rgb(203,94,239); }
div.DivClassName
{
background-color: #CB5EEF;
}
.BgClassName
{
background-color: #CB5EEF;
}
</style>
border-color css
<style>
span { border-color: #CB5EEF; }
span { border-color: rgb(203,94,239); }
td.TdClassName
{
border-color: #CB5EEF;
}
.TagClassName
{
border-color: #CB5EEF;
}
</style>