Shades of Heliotrope #CE66F7
Tints of Heliotrope #CE66F7
RGB
CMYK
RGB Variations
Color information
#CE66F7 (or 0xCE66F7) is known color: Heliotrope. HEX triplet: CE, 66 and F7. RGB value is (206,102,247). Sum of RGB (Red+Green+Blue) = 206+102+247=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE66F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66F7 is #319908. Grayscale: #959595. Windows color (decimal): -3250441 or 16213710. OLE color: 16213710.
HSL color Cylindrical-coordinate representation of color #CE66F7: hue angle of 283.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE66F7 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 102 | 247 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.03 |
| HSL | 283.03º | 0.9% | 0.68% | - |
| HSV(B) | 283.03º | 0.59% | 0.97% | - |
| XYZ | 46.99 | 29.34 | 91.18 | - |
| YUV | 149.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 247 | 0.17 | 0.59 | 0 | 0.03 | 283.03 | 0.9 | 0.68 |
| Hex | CE | 66 | F7 | 11 | 3B | 0 | 3 | 11B | 5A | 44 |
| Octal | 316 | 146 | 367 | 21 | 73 | 0 | 3 | 433 | 132 | 104 |
| Binary | 11001110 | 1100110 | 11110111 | 10001 | 111011 | 0 | 11 | 100011011 | 1011010 | 1000100 |
Color Harmonies of #CE66F7
Complementary color
Monochromatic Colors of #CE66F7
Black with #CE66F7
Text Example
Text Example
White with #CE66F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66F7; }
p { color: rgb(206,102,247); }
H1.HeaderClassName
{
color: #CE66F7;
}
.AnyTagClassName
{
color: #CE66F7;
}
</style>
background-color css
<style>
a { background-color: #CE66F7; }
a { background-color: rgb(206,102,247); }
div.DivClassName
{
background-color: #CE66F7;
}
.BgClassName
{
background-color: #CE66F7;
}
</style>
border-color css
<style>
span { border-color: #CE66F7; }
span { border-color: rgb(206,102,247); }
td.TdClassName
{
border-color: #CE66F7;
}
.TagClassName
{
border-color: #CE66F7;
}
</style>