Shades of Heliotrope #CE6CF3
Tints of Heliotrope #CE6CF3
RGB
CMYK
RGB Variations
Color information
#CE6CF3 (or 0xCE6CF3) is known color: Heliotrope. HEX triplet: CE, 6C and F3. RGB value is (206,108,243). Sum of RGB (Red+Green+Blue) = 206+108+243=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE6CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CF3 is #31930C. Grayscale: #989898. Windows color (decimal): -3248909 or 15953102. OLE color: 15953102.
HSL color Cylindrical-coordinate representation of color #CE6CF3: hue angle of 283.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6CF3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 108 | 243 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 283.56º | 0.85% | 0.69% | - |
| HSV(B) | 283.56º | 0.56% | 0.95% | - |
| XYZ | 46.99 | 30.32 | 88.17 | - |
| YUV | 152.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 243 | 0.15 | 0.56 | 0 | 0.05 | 283.56 | 0.85 | 0.69 |
| Hex | CE | 6C | F3 | F | 38 | 0 | 5 | 11C | 55 | 45 |
| Octal | 316 | 154 | 363 | 17 | 70 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11001110 | 1101100 | 11110011 | 1111 | 111000 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #CE6CF3
Complementary color
Monochromatic Colors of #CE6CF3
Black with #CE6CF3
Text Example
Text Example
White with #CE6CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CF3; }
p { color: rgb(206,108,243); }
H1.HeaderClassName
{
color: #CE6CF3;
}
.AnyTagClassName
{
color: #CE6CF3;
}
</style>
background-color css
<style>
a { background-color: #CE6CF3; }
a { background-color: rgb(206,108,243); }
div.DivClassName
{
background-color: #CE6CF3;
}
.BgClassName
{
background-color: #CE6CF3;
}
</style>
border-color css
<style>
span { border-color: #CE6CF3; }
span { border-color: rgb(206,108,243); }
td.TdClassName
{
border-color: #CE6CF3;
}
.TagClassName
{
border-color: #CE6CF3;
}
</style>