Shades of Heliotrope #CE6DFB
Tints of Heliotrope #CE6DFB
RGB
CMYK
RGB Variations
Color information
#CE6DFB (or 0xCE6DFB) is known color: Heliotrope. HEX triplet: CE, 6D and FB. RGB value is (206,109,251). Sum of RGB (Red+Green+Blue) = 206+109+251=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6DFB is #319204. Grayscale: #999999. Windows color (decimal): -3248645 or 16477646. OLE color: 16477646.
HSL color Cylindrical-coordinate representation of color #CE6DFB: hue angle of 280.99º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE6DFB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 109 | 251 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.02 |
| HSL | 280.99º | 0.95% | 0.71% | - |
| HSV(B) | 280.99º | 0.57% | 0.98% | - |
| XYZ | 48.33 | 31.02 | 94.71 | - |
| YUV | 154.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 251 | 0.18 | 0.57 | 0 | 0.02 | 280.99 | 0.95 | 0.71 |
| Hex | CE | 6D | FB | 12 | 39 | 0 | 2 | 119 | 5F | 47 |
| Octal | 316 | 155 | 373 | 22 | 71 | 0 | 2 | 431 | 137 | 107 |
| Binary | 11001110 | 1101101 | 11111011 | 10010 | 111001 | 0 | 10 | 100011001 | 1011111 | 1000111 |
Color Harmonies of #CE6DFB
Complementary color
Monochromatic Colors of #CE6DFB
Black with #CE6DFB
Text Example
Text Example
White with #CE6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DFB; }
p { color: rgb(206,109,251); }
H1.HeaderClassName
{
color: #CE6DFB;
}
.AnyTagClassName
{
color: #CE6DFB;
}
</style>
background-color css
<style>
a { background-color: #CE6DFB; }
a { background-color: rgb(206,109,251); }
div.DivClassName
{
background-color: #CE6DFB;
}
.BgClassName
{
background-color: #CE6DFB;
}
</style>
border-color css
<style>
span { border-color: #CE6DFB; }
span { border-color: rgb(206,109,251); }
td.TdClassName
{
border-color: #CE6DFB;
}
.TagClassName
{
border-color: #CE6DFB;
}
</style>