Shades of Heliotrope #CE6DFE
Tints of Heliotrope #CE6DFE
RGB
CMYK
RGB Variations
Color information
#CE6DFE (or 0xCE6DFE) is known color: Heliotrope. HEX triplet: CE, 6D and FE. RGB value is (206,109,254). Sum of RGB (Red+Green+Blue) = 206+109+254=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DFE is #319201. Grayscale: #9A9A9A. Windows color (decimal): -3248642 or 16674254. OLE color: 16674254.
HSL color Cylindrical-coordinate representation of color #CE6DFE: hue angle of 280.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6DFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 109 | 254 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.00 |
| HSL | 280.14º | 0.99% | 0.71% | - |
| HSV(B) | 280.14º | 0.57% | 1% | - |
| XYZ | 48.81 | 31.21 | 97.22 | - |
| YUV | 154.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 254 | 0.19 | 0.57 | 0 | 0.00 | 280.14 | 0.99 | 0.71 |
| Hex | CE | 6D | FE | 13 | 39 | 0 | 0 | 118 | 63 | 47 |
| Octal | 316 | 155 | 376 | 23 | 71 | 0 | 0 | 430 | 143 | 107 |
| Binary | 11001110 | 1101101 | 11111110 | 10011 | 111001 | 0 | 0 | 100011000 | 1100011 | 1000111 |
Color Harmonies of #CE6DFE
Complementary color
Monochromatic Colors of #CE6DFE
Black with #CE6DFE
Text Example
Text Example
White with #CE6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DFE; }
p { color: rgb(206,109,254); }
H1.HeaderClassName
{
color: #CE6DFE;
}
.AnyTagClassName
{
color: #CE6DFE;
}
</style>
background-color css
<style>
a { background-color: #CE6DFE; }
a { background-color: rgb(206,109,254); }
div.DivClassName
{
background-color: #CE6DFE;
}
.BgClassName
{
background-color: #CE6DFE;
}
</style>
border-color css
<style>
span { border-color: #CE6DFE; }
span { border-color: rgb(206,109,254); }
td.TdClassName
{
border-color: #CE6DFE;
}
.TagClassName
{
border-color: #CE6DFE;
}
</style>