Shades of Heliotrope #CE6DFA
Tints of Heliotrope #CE6DFA
RGB
CMYK
RGB Variations
Color information
#CE6DFA (or 0xCE6DFA) is known color: Heliotrope. HEX triplet: CE, 6D and FA. RGB value is (206,109,250). Sum of RGB (Red+Green+Blue) = 206+109+250=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DFA is #319205. Grayscale: #999999. Windows color (decimal): -3248646 or 16412110. OLE color: 16412110.
HSL color Cylindrical-coordinate representation of color #CE6DFA: hue angle of 281.28º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6DFA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 109 | 250 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.02 |
| HSL | 281.28º | 0.93% | 0.7% | - |
| HSV(B) | 281.28º | 0.56% | 0.98% | - |
| XYZ | 48.18 | 30.96 | 93.88 | - |
| YUV | 154.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 250 | 0.18 | 0.56 | 0 | 0.02 | 281.28 | 0.93 | 0.7 |
| Hex | CE | 6D | FA | 12 | 38 | 0 | 2 | 119 | 5D | 46 |
| Octal | 316 | 155 | 372 | 22 | 70 | 0 | 2 | 431 | 135 | 106 |
| Binary | 11001110 | 1101101 | 11111010 | 10010 | 111000 | 0 | 10 | 100011001 | 1011101 | 1000110 |
Color Harmonies of #CE6DFA
Complementary color
Monochromatic Colors of #CE6DFA
Black with #CE6DFA
Text Example
Text Example
White with #CE6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DFA; }
p { color: rgb(206,109,250); }
H1.HeaderClassName
{
color: #CE6DFA;
}
.AnyTagClassName
{
color: #CE6DFA;
}
</style>
background-color css
<style>
a { background-color: #CE6DFA; }
a { background-color: rgb(206,109,250); }
div.DivClassName
{
background-color: #CE6DFA;
}
.BgClassName
{
background-color: #CE6DFA;
}
</style>
border-color css
<style>
span { border-color: #CE6DFA; }
span { border-color: rgb(206,109,250); }
td.TdClassName
{
border-color: #CE6DFA;
}
.TagClassName
{
border-color: #CE6DFA;
}
</style>