Shades of Heliotrope #CE7DFC
Tints of Heliotrope #CE7DFC
RGB
CMYK
RGB Variations
Color information
#CE7DFC (or 0xCE7DFC) is known color: Heliotrope. HEX triplet: CE, 7D and FC. RGB value is (206,125,252). Sum of RGB (Red+Green+Blue) = 206+125+252=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DFC is #318203. Grayscale: #A3A3A3. Windows color (decimal): -3244548 or 16547278. OLE color: 16547278.
HSL color Cylindrical-coordinate representation of color #CE7DFC: hue angle of 278.27º 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 #CE7DFC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 125 | 252 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.01 |
| HSL | 278.27º | 0.95% | 0.74% | - |
| HSV(B) | 278.27º | 0.5% | 0.99% | - |
| XYZ | 50.36 | 34.82 | 96.16 | - |
| YUV | 163.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 252 | 0.18 | 0.50 | 0 | 0.01 | 278.27 | 0.95 | 0.74 |
| Hex | CE | 7D | FC | 12 | 32 | 0 | 1 | 116 | 5F | 4A |
| Octal | 316 | 175 | 374 | 22 | 62 | 0 | 1 | 426 | 137 | 112 |
| Binary | 11001110 | 1111101 | 11111100 | 10010 | 110010 | 0 | 1 | 100010110 | 1011111 | 1001010 |
Color Harmonies of #CE7DFC
Complementary color
Monochromatic Colors of #CE7DFC
Black with #CE7DFC
Text Example
Text Example
White with #CE7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DFC; }
p { color: rgb(206,125,252); }
H1.HeaderClassName
{
color: #CE7DFC;
}
.AnyTagClassName
{
color: #CE7DFC;
}
</style>
background-color css
<style>
a { background-color: #CE7DFC; }
a { background-color: rgb(206,125,252); }
div.DivClassName
{
background-color: #CE7DFC;
}
.BgClassName
{
background-color: #CE7DFC;
}
</style>
border-color css
<style>
span { border-color: #CE7DFC; }
span { border-color: rgb(206,125,252); }
td.TdClassName
{
border-color: #CE7DFC;
}
.TagClassName
{
border-color: #CE7DFC;
}
</style>