Shades of Heliotrope #CE7EFC
Tints of Heliotrope #CE7EFC
RGB
CMYK
RGB Variations
Color information
#CE7EFC (or 0xCE7EFC) is known color: Heliotrope. HEX triplet: CE, 7E and FC. RGB value is (206,126,252). Sum of RGB (Red+Green+Blue) = 206+126+252=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EFC is #318103. Grayscale: #A3A3A3. Windows color (decimal): -3244292 or 16547534. OLE color: 16547534.
HSL color Cylindrical-coordinate representation of color #CE7EFC: hue angle of 278.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7EFC is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 126 | 252 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.01 |
| HSL | 278.1º | 0.95% | 0.74% | - |
| HSV(B) | 278.1º | 0.5% | 0.99% | - |
| XYZ | 50.49 | 35.07 | 96.2 | - |
| YUV | 164.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 252 | 0.18 | 0.5 | 0 | 0.01 | 278.1 | 0.95 | 0.74 |
| Hex | CE | 7E | FC | 12 | 32 | 0 | 1 | 116 | 5F | 4A |
| Octal | 316 | 176 | 374 | 22 | 62 | 0 | 1 | 426 | 137 | 112 |
| Binary | 11001110 | 1111110 | 11111100 | 10010 | 110010 | 0 | 1 | 100010110 | 1011111 | 1001010 |
Color Harmonies of #CE7EFC
Complementary color
Monochromatic Colors of #CE7EFC
Black with #CE7EFC
Text Example
Text Example
White with #CE7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EFC; }
p { color: rgb(206,126,252); }
H1.HeaderClassName
{
color: #CE7EFC;
}
.AnyTagClassName
{
color: #CE7EFC;
}
</style>
background-color css
<style>
a { background-color: #CE7EFC; }
a { background-color: rgb(206,126,252); }
div.DivClassName
{
background-color: #CE7EFC;
}
.BgClassName
{
background-color: #CE7EFC;
}
</style>
border-color css
<style>
span { border-color: #CE7EFC; }
span { border-color: rgb(206,126,252); }
td.TdClassName
{
border-color: #CE7EFC;
}
.TagClassName
{
border-color: #CE7EFC;
}
</style>