Shades of Heliotrope #CB5FEF
Tints of Heliotrope #CB5FEF
RGB
CMYK
RGB Variations
Color information
#CB5FEF (or 0xCB5FEF) is known color: Heliotrope. HEX triplet: CB, 5F and EF. RGB value is (203,95,239). Sum of RGB (Red+Green+Blue) = 203+95+239=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5FEF is #34A010. Grayscale: #8F8F8F. Windows color (decimal): -3448849 or 15687627. OLE color: 15687627.
HSL color Cylindrical-coordinate representation of color #CB5FEF: hue angle of 285º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5FEF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 95 | 239 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.06 |
| HSL | 285º | 0.82% | 0.65% | - |
| HSV(B) | 285º | 0.6% | 0.94% | - |
| XYZ | 44.3 | 27.11 | 84.56 | - |
| YUV | 143.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 239 | 0.15 | 0.60 | 0 | 0.06 | 285 | 0.82 | 0.65 |
| Hex | CB | 5F | EF | F | 3C | 0 | 6 | 11D | 52 | 41 |
| Octal | 313 | 137 | 357 | 17 | 74 | 0 | 6 | 435 | 122 | 101 |
| Binary | 11001011 | 1011111 | 11101111 | 1111 | 111100 | 0 | 110 | 100011101 | 1010010 | 1000001 |
Color Harmonies of #CB5FEF
Complementary color
Monochromatic Colors of #CB5FEF
Black with #CB5FEF
Text Example
Text Example
White with #CB5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FEF; }
p { color: rgb(203,95,239); }
H1.HeaderClassName
{
color: #CB5FEF;
}
.AnyTagClassName
{
color: #CB5FEF;
}
</style>
background-color css
<style>
a { background-color: #CB5FEF; }
a { background-color: rgb(203,95,239); }
div.DivClassName
{
background-color: #CB5FEF;
}
.BgClassName
{
background-color: #CB5FEF;
}
</style>
border-color css
<style>
span { border-color: #CB5FEF; }
span { border-color: rgb(203,95,239); }
td.TdClassName
{
border-color: #CB5FEF;
}
.TagClassName
{
border-color: #CB5FEF;
}
</style>