Shades of Heliotrope #CE6CFF
Tints of Heliotrope #CE6CFF
RGB
CMYK
RGB Variations
Color information
#CE6CFF (or 0xCE6CFF) is known color: Heliotrope. HEX triplet: CE, 6C and FF. RGB value is (206,108,255). Sum of RGB (Red+Green+Blue) = 206+108+255=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CFF is #319300. Grayscale: #999999. Windows color (decimal): -3248897 or 16739534. OLE color: 16739534.
HSL color Cylindrical-coordinate representation of color #CE6CFF: hue angle of 280º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE6CFF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 108 | 255 | - |
| CMYK | 0.19 | 0.58 | 0 | 0 |
| HSL | 280º | 1% | 0.71% | - |
| HSV(B) | 280º | 0.58% | 1% | - |
| XYZ | 48.87 | 31.07 | 98.03 | - |
| YUV | 154.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 255 | 0.19 | 0.58 | 0 | 0 | 280 | 1 | 0.71 |
| Hex | CE | 6C | FF | 13 | 3A | 0 | 0 | 118 | 64 | 47 |
| Octal | 316 | 154 | 377 | 23 | 72 | 0 | 0 | 430 | 144 | 107 |
| Binary | 11001110 | 1101100 | 11111111 | 10011 | 111010 | 0 | 0 | 100011000 | 1100100 | 1000111 |
Color Harmonies of #CE6CFF
Complementary color
Monochromatic Colors of #CE6CFF
Black with #CE6CFF
Text Example
Text Example
White with #CE6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CFF; }
p { color: rgb(206,108,255); }
H1.HeaderClassName
{
color: #CE6CFF;
}
.AnyTagClassName
{
color: #CE6CFF;
}
</style>
background-color css
<style>
a { background-color: #CE6CFF; }
a { background-color: rgb(206,108,255); }
div.DivClassName
{
background-color: #CE6CFF;
}
.BgClassName
{
background-color: #CE6CFF;
}
</style>
border-color css
<style>
span { border-color: #CE6CFF; }
span { border-color: rgb(206,108,255); }
td.TdClassName
{
border-color: #CE6CFF;
}
.TagClassName
{
border-color: #CE6CFF;
}
</style>