Shades of Heliotrope #CE70F2
Tints of Heliotrope #CE70F2
RGB
CMYK
RGB Variations
Color information
#CE70F2 (or 0xCE70F2) is known color: Heliotrope. HEX triplet: CE, 70 and F2. RGB value is (206,112,242). Sum of RGB (Red+Green+Blue) = 206+112+242=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE70F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70F2 is #318F0D. Grayscale: #9A9A9A. Windows color (decimal): -3247886 or 15888590. OLE color: 15888590.
HSL color Cylindrical-coordinate representation of color #CE70F2: hue angle of 283.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE70F2 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 112 | 242 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 283.38º | 0.83% | 0.69% | - |
| HSV(B) | 283.38º | 0.54% | 0.95% | - |
| XYZ | 47.27 | 31.12 | 87.52 | - |
| YUV | 154.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 242 | 0.15 | 0.54 | 0 | 0.05 | 283.38 | 0.83 | 0.69 |
| Hex | CE | 70 | F2 | F | 36 | 0 | 5 | 11B | 53 | 45 |
| Octal | 316 | 160 | 362 | 17 | 66 | 0 | 5 | 433 | 123 | 105 |
| Binary | 11001110 | 1110000 | 11110010 | 1111 | 110110 | 0 | 101 | 100011011 | 1010011 | 1000101 |
Color Harmonies of #CE70F2
Complementary color
Monochromatic Colors of #CE70F2
Black with #CE70F2
Text Example
Text Example
White with #CE70F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70F2; }
p { color: rgb(206,112,242); }
H1.HeaderClassName
{
color: #CE70F2;
}
.AnyTagClassName
{
color: #CE70F2;
}
</style>
background-color css
<style>
a { background-color: #CE70F2; }
a { background-color: rgb(206,112,242); }
div.DivClassName
{
background-color: #CE70F2;
}
.BgClassName
{
background-color: #CE70F2;
}
</style>
border-color css
<style>
span { border-color: #CE70F2; }
span { border-color: rgb(206,112,242); }
td.TdClassName
{
border-color: #CE70F2;
}
.TagClassName
{
border-color: #CE70F2;
}
</style>