Shades of Heliotrope #CE7FF0
Tints of Heliotrope #CE7FF0
RGB
CMYK
RGB Variations
Color information
#CE7FF0 (or 0xCE7FF0) is known color: Heliotrope. HEX triplet: CE, 7F and F0. RGB value is (206,127,240). Sum of RGB (Red+Green+Blue) = 206+127+240=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FF0 is #31800F. Grayscale: #A3A3A3. Windows color (decimal): -3244048 or 15761358. OLE color: 15761358.
HSL color Cylindrical-coordinate representation of color #CE7FF0: hue angle of 281.95º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7FF0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 127 | 240 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.06 |
| HSL | 281.95º | 0.79% | 0.72% | - |
| HSV(B) | 281.95º | 0.47% | 0.94% | - |
| XYZ | 48.77 | 34.59 | 86.54 | - |
| YUV | 163.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 240 | 0.14 | 0.47 | 0 | 0.06 | 281.95 | 0.79 | 0.72 |
| Hex | CE | 7F | F0 | E | 2F | 0 | 6 | 11A | 4F | 48 |
| Octal | 316 | 177 | 360 | 16 | 57 | 0 | 6 | 432 | 117 | 110 |
| Binary | 11001110 | 1111111 | 11110000 | 1110 | 101111 | 0 | 110 | 100011010 | 1001111 | 1001000 |
Color Harmonies of #CE7FF0
Complementary color
Monochromatic Colors of #CE7FF0
Black with #CE7FF0
Text Example
Text Example
White with #CE7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FF0; }
p { color: rgb(206,127,240); }
H1.HeaderClassName
{
color: #CE7FF0;
}
.AnyTagClassName
{
color: #CE7FF0;
}
</style>
background-color css
<style>
a { background-color: #CE7FF0; }
a { background-color: rgb(206,127,240); }
div.DivClassName
{
background-color: #CE7FF0;
}
.BgClassName
{
background-color: #CE7FF0;
}
</style>
border-color css
<style>
span { border-color: #CE7FF0; }
span { border-color: rgb(206,127,240); }
td.TdClassName
{
border-color: #CE7FF0;
}
.TagClassName
{
border-color: #CE7FF0;
}
</style>