Shades of Heliotrope #CE4DFA
Tints of Heliotrope #CE4DFA
RGB
CMYK
RGB Variations
Color information
#CE4DFA (or 0xCE4DFA) is known color: Heliotrope. HEX triplet: CE, 4D and FA. RGB value is (206,77,250). Sum of RGB (Red+Green+Blue) = 206+77+250=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4DFA is #31B205. Grayscale: #868686. Windows color (decimal): -3256838 or 16403918. OLE color: 16403918.
HSL color Cylindrical-coordinate representation of color #CE4DFA: hue angle of 284.74º degrees, saturation: 0.95, 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 #CE4DFA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 77 | 250 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.02 |
| HSL | 284.74º | 0.95% | 0.64% | - |
| HSV(B) | 284.74º | 0.69% | 0.98% | - |
| XYZ | 45.36 | 25.33 | 92.94 | - |
| YUV | 135.29 | 192.74 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 250 | 0.18 | 0.69 | 0 | 0.02 | 284.74 | 0.95 | 0.64 |
| Hex | CE | 4D | FA | 12 | 45 | 0 | 2 | 11D | 5F | 40 |
| Octal | 316 | 115 | 372 | 22 | 105 | 0 | 2 | 435 | 137 | 100 |
| Binary | 11001110 | 1001101 | 11111010 | 10010 | 1000101 | 0 | 10 | 100011101 | 1011111 | 1000000 |
Color Harmonies of #CE4DFA
Complementary color
Monochromatic Colors of #CE4DFA
Black with #CE4DFA
Text Example
Text Example
White with #CE4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DFA; }
p { color: rgb(206,77,250); }
H1.HeaderClassName
{
color: #CE4DFA;
}
.AnyTagClassName
{
color: #CE4DFA;
}
</style>
background-color css
<style>
a { background-color: #CE4DFA; }
a { background-color: rgb(206,77,250); }
div.DivClassName
{
background-color: #CE4DFA;
}
.BgClassName
{
background-color: #CE4DFA;
}
</style>
border-color css
<style>
span { border-color: #CE4DFA; }
span { border-color: rgb(206,77,250); }
td.TdClassName
{
border-color: #CE4DFA;
}
.TagClassName
{
border-color: #CE4DFA;
}
</style>