Shades of Heliotrope #CB74EF
Tints of Heliotrope #CB74EF
RGB
CMYK
RGB Variations
Color information
#CB74EF (or 0xCB74EF) is known color: Heliotrope. HEX triplet: CB, 74 and EF. RGB value is (203,116,239). Sum of RGB (Red+Green+Blue) = 203+116+239=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74EF is #348B10. Grayscale: #9B9B9B. Windows color (decimal): -3443473 or 15693003. OLE color: 15693003.
HSL color Cylindrical-coordinate representation of color #CB74EF: hue angle of 282.44º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB74EF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 116 | 239 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.06 |
| HSL | 282.44º | 0.79% | 0.7% | - |
| HSV(B) | 282.44º | 0.51% | 0.94% | - |
| XYZ | 46.45 | 31.42 | 85.28 | - |
| YUV | 156.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 239 | 0.15 | 0.51 | 0 | 0.06 | 282.44 | 0.79 | 0.7 |
| Hex | CB | 74 | EF | F | 33 | 0 | 6 | 11A | 4F | 46 |
| Octal | 313 | 164 | 357 | 17 | 63 | 0 | 6 | 432 | 117 | 106 |
| Binary | 11001011 | 1110100 | 11101111 | 1111 | 110011 | 0 | 110 | 100011010 | 1001111 | 1000110 |
Color Harmonies of #CB74EF
Complementary color
Monochromatic Colors of #CB74EF
Black with #CB74EF
Text Example
Text Example
White with #CB74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74EF; }
p { color: rgb(203,116,239); }
H1.HeaderClassName
{
color: #CB74EF;
}
.AnyTagClassName
{
color: #CB74EF;
}
</style>
background-color css
<style>
a { background-color: #CB74EF; }
a { background-color: rgb(203,116,239); }
div.DivClassName
{
background-color: #CB74EF;
}
.BgClassName
{
background-color: #CB74EF;
}
</style>
border-color css
<style>
span { border-color: #CB74EF; }
span { border-color: rgb(203,116,239); }
td.TdClassName
{
border-color: #CB74EF;
}
.TagClassName
{
border-color: #CB74EF;
}
</style>