Shades of Heliotrope #CE4DFB
Tints of Heliotrope #CE4DFB
RGB
CMYK
RGB Variations
Color information
#CE4DFB (or 0xCE4DFB) is known color: Heliotrope. HEX triplet: CE, 4D and FB. RGB value is (206,77,251). Sum of RGB (Red+Green+Blue) = 206+77+251=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DFB is #31B204. Grayscale: #868686. Windows color (decimal): -3256837 or 16469454. OLE color: 16469454.
HSL color Cylindrical-coordinate representation of color #CE4DFB: hue angle of 284.48º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4DFB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 77 | 251 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.02 |
| HSL | 284.48º | 0.96% | 0.64% | - |
| HSV(B) | 284.48º | 0.69% | 0.98% | - |
| XYZ | 45.52 | 25.39 | 93.77 | - |
| YUV | 135.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 251 | 0.18 | 0.69 | 0 | 0.02 | 284.48 | 0.96 | 0.64 |
| Hex | CE | 4D | FB | 12 | 45 | 0 | 2 | 11C | 60 | 40 |
| Octal | 316 | 115 | 373 | 22 | 105 | 0 | 2 | 434 | 140 | 100 |
| Binary | 11001110 | 1001101 | 11111011 | 10010 | 1000101 | 0 | 10 | 100011100 | 1100000 | 1000000 |
Color Harmonies of #CE4DFB
Complementary color
Monochromatic Colors of #CE4DFB
Black with #CE4DFB
Text Example
Text Example
White with #CE4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DFB; }
p { color: rgb(206,77,251); }
H1.HeaderClassName
{
color: #CE4DFB;
}
.AnyTagClassName
{
color: #CE4DFB;
}
</style>
background-color css
<style>
a { background-color: #CE4DFB; }
a { background-color: rgb(206,77,251); }
div.DivClassName
{
background-color: #CE4DFB;
}
.BgClassName
{
background-color: #CE4DFB;
}
</style>
border-color css
<style>
span { border-color: #CE4DFB; }
span { border-color: rgb(206,77,251); }
td.TdClassName
{
border-color: #CE4DFB;
}
.TagClassName
{
border-color: #CE4DFB;
}
</style>