Shades of Heliotrope #CE4CFD
Tints of Heliotrope #CE4CFD
RGB
CMYK
RGB Variations
Color information
#CE4CFD (or 0xCE4CFD) is known color: Heliotrope. HEX triplet: CE, 4C and FD. RGB value is (206,76,253). Sum of RGB (Red+Green+Blue) = 206+76+253=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CFD is #31B302. Grayscale: #868686. Windows color (decimal): -3257091 or 16600270. OLE color: 16600270.
HSL color Cylindrical-coordinate representation of color #CE4CFD: hue angle of 284.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4CFD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 76 | 253 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.01 |
| HSL | 284.07º | 0.98% | 0.65% | - |
| HSV(B) | 284.07º | 0.7% | 0.99% | - |
| XYZ | 45.77 | 25.38 | 95.42 | - |
| YUV | 135.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 253 | 0.19 | 0.70 | 0 | 0.01 | 284.07 | 0.98 | 0.65 |
| Hex | CE | 4C | FD | 13 | 46 | 0 | 1 | 11C | 62 | 41 |
| Octal | 316 | 114 | 375 | 23 | 106 | 0 | 1 | 434 | 142 | 101 |
| Binary | 11001110 | 1001100 | 11111101 | 10011 | 1000110 | 0 | 1 | 100011100 | 1100010 | 1000001 |
Color Harmonies of #CE4CFD
Complementary color
Monochromatic Colors of #CE4CFD
Black with #CE4CFD
Text Example
Text Example
White with #CE4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CFD; }
p { color: rgb(206,76,253); }
H1.HeaderClassName
{
color: #CE4CFD;
}
.AnyTagClassName
{
color: #CE4CFD;
}
</style>
background-color css
<style>
a { background-color: #CE4CFD; }
a { background-color: rgb(206,76,253); }
div.DivClassName
{
background-color: #CE4CFD;
}
.BgClassName
{
background-color: #CE4CFD;
}
</style>
border-color css
<style>
span { border-color: #CE4CFD; }
span { border-color: rgb(206,76,253); }
td.TdClassName
{
border-color: #CE4CFD;
}
.TagClassName
{
border-color: #CE4CFD;
}
</style>