Shades of Heliotrope #CE4CFC
Tints of Heliotrope #CE4CFC
RGB
CMYK
RGB Variations
Color information
#CE4CFC (or 0xCE4CFC) is known color: Heliotrope. HEX triplet: CE, 4C and FC. RGB value is (206,76,252). Sum of RGB (Red+Green+Blue) = 206+76+252=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CFC is #31B303. Grayscale: #868686. Windows color (decimal): -3257092 or 16534734. OLE color: 16534734.
HSL color Cylindrical-coordinate representation of color #CE4CFC: hue angle of 284.32º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4CFC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 76 | 252 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.01 |
| HSL | 284.32º | 0.97% | 0.64% | - |
| HSV(B) | 284.32º | 0.7% | 0.99% | - |
| XYZ | 45.61 | 25.32 | 94.58 | - |
| YUV | 134.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 252 | 0.18 | 0.70 | 0 | 0.01 | 284.32 | 0.97 | 0.64 |
| Hex | CE | 4C | FC | 12 | 46 | 0 | 1 | 11C | 61 | 40 |
| Octal | 316 | 114 | 374 | 22 | 106 | 0 | 1 | 434 | 141 | 100 |
| Binary | 11001110 | 1001100 | 11111100 | 10010 | 1000110 | 0 | 1 | 100011100 | 1100001 | 1000000 |
Color Harmonies of #CE4CFC
Complementary color
Monochromatic Colors of #CE4CFC
Black with #CE4CFC
Text Example
Text Example
White with #CE4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CFC; }
p { color: rgb(206,76,252); }
H1.HeaderClassName
{
color: #CE4CFC;
}
.AnyTagClassName
{
color: #CE4CFC;
}
</style>
background-color css
<style>
a { background-color: #CE4CFC; }
a { background-color: rgb(206,76,252); }
div.DivClassName
{
background-color: #CE4CFC;
}
.BgClassName
{
background-color: #CE4CFC;
}
</style>
border-color css
<style>
span { border-color: #CE4CFC; }
span { border-color: rgb(206,76,252); }
td.TdClassName
{
border-color: #CE4CFC;
}
.TagClassName
{
border-color: #CE4CFC;
}
</style>