Shades of Heliotrope #CE70EF
Tints of Heliotrope #CE70EF
RGB
CMYK
RGB Variations
Color information
#CE70EF (or 0xCE70EF) is known color: Heliotrope. HEX triplet: CE, 70 and EF. RGB value is (206,112,239). Sum of RGB (Red+Green+Blue) = 206+112+239=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70EF is #318F10. Grayscale: #9A9A9A. Windows color (decimal): -3247889 or 15691982. OLE color: 15691982.
HSL color Cylindrical-coordinate representation of color #CE70EF: hue angle of 284.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE70EF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 112 | 239 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.06 |
| HSL | 284.41º | 0.8% | 0.69% | - |
| HSV(B) | 284.41º | 0.53% | 0.94% | - |
| XYZ | 46.83 | 30.94 | 85.17 | - |
| YUV | 154.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 239 | 0.14 | 0.53 | 0 | 0.06 | 284.41 | 0.8 | 0.69 |
| Hex | CE | 70 | EF | E | 35 | 0 | 6 | 11C | 50 | 45 |
| Octal | 316 | 160 | 357 | 16 | 65 | 0 | 6 | 434 | 120 | 105 |
| Binary | 11001110 | 1110000 | 11101111 | 1110 | 110101 | 0 | 110 | 100011100 | 1010000 | 1000101 |
Color Harmonies of #CE70EF
Complementary color
Monochromatic Colors of #CE70EF
Black with #CE70EF
Text Example
Text Example
White with #CE70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70EF; }
p { color: rgb(206,112,239); }
H1.HeaderClassName
{
color: #CE70EF;
}
.AnyTagClassName
{
color: #CE70EF;
}
</style>
background-color css
<style>
a { background-color: #CE70EF; }
a { background-color: rgb(206,112,239); }
div.DivClassName
{
background-color: #CE70EF;
}
.BgClassName
{
background-color: #CE70EF;
}
</style>
border-color css
<style>
span { border-color: #CE70EF; }
span { border-color: rgb(206,112,239); }
td.TdClassName
{
border-color: #CE70EF;
}
.TagClassName
{
border-color: #CE70EF;
}
</style>