Shades of Heliotrope #CE4DFC
Tints of Heliotrope #CE4DFC
RGB
CMYK
RGB Variations
Color information
#CE4DFC (or 0xCE4DFC) is known color: Heliotrope. HEX triplet: CE, 4D and FC. RGB value is (206,77,252). Sum of RGB (Red+Green+Blue) = 206+77+252=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DFC is #31B203. Grayscale: #868686. Windows color (decimal): -3256836 or 16534990. OLE color: 16534990.
HSL color Cylindrical-coordinate representation of color #CE4DFC: hue angle of 284.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4DFC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 77 | 252 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.01 |
| HSL | 284.23º | 0.97% | 0.65% | - |
| HSV(B) | 284.23º | 0.69% | 0.99% | - |
| XYZ | 45.68 | 25.46 | 94.6 | - |
| YUV | 135.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 252 | 0.18 | 0.69 | 0 | 0.01 | 284.23 | 0.97 | 0.65 |
| Hex | CE | 4D | FC | 12 | 45 | 0 | 1 | 11C | 61 | 41 |
| Octal | 316 | 115 | 374 | 22 | 105 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001110 | 1001101 | 11111100 | 10010 | 1000101 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CE4DFC
Complementary color
Monochromatic Colors of #CE4DFC
Black with #CE4DFC
Text Example
Text Example
White with #CE4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DFC; }
p { color: rgb(206,77,252); }
H1.HeaderClassName
{
color: #CE4DFC;
}
.AnyTagClassName
{
color: #CE4DFC;
}
</style>
background-color css
<style>
a { background-color: #CE4DFC; }
a { background-color: rgb(206,77,252); }
div.DivClassName
{
background-color: #CE4DFC;
}
.BgClassName
{
background-color: #CE4DFC;
}
</style>
border-color css
<style>
span { border-color: #CE4DFC; }
span { border-color: rgb(206,77,252); }
td.TdClassName
{
border-color: #CE4DFC;
}
.TagClassName
{
border-color: #CE4DFC;
}
</style>