Shades of Heliotrope #CE66F9
Tints of Heliotrope #CE66F9
RGB
CMYK
RGB Variations
Color information
#CE66F9 (or 0xCE66F9) is known color: Heliotrope. HEX triplet: CE, 66 and F9. RGB value is (206,102,249). Sum of RGB (Red+Green+Blue) = 206+102+249=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66F9 is #319906. Grayscale: #959595. Windows color (decimal): -3250439 or 16344782. OLE color: 16344782.
HSL color Cylindrical-coordinate representation of color #CE66F9: hue angle of 282.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE66F9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 102 | 249 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.02 |
| HSL | 282.45º | 0.92% | 0.69% | - |
| HSV(B) | 282.45º | 0.59% | 0.98% | - |
| XYZ | 47.3 | 29.46 | 92.82 | - |
| YUV | 149.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 249 | 0.17 | 0.59 | 0 | 0.02 | 282.45 | 0.92 | 0.69 |
| Hex | CE | 66 | F9 | 11 | 3B | 0 | 2 | 11A | 5C | 45 |
| Octal | 316 | 146 | 371 | 21 | 73 | 0 | 2 | 432 | 134 | 105 |
| Binary | 11001110 | 1100110 | 11111001 | 10001 | 111011 | 0 | 10 | 100011010 | 1011100 | 1000101 |
Color Harmonies of #CE66F9
Complementary color
Monochromatic Colors of #CE66F9
Black with #CE66F9
Text Example
Text Example
White with #CE66F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66F9; }
p { color: rgb(206,102,249); }
H1.HeaderClassName
{
color: #CE66F9;
}
.AnyTagClassName
{
color: #CE66F9;
}
</style>
background-color css
<style>
a { background-color: #CE66F9; }
a { background-color: rgb(206,102,249); }
div.DivClassName
{
background-color: #CE66F9;
}
.BgClassName
{
background-color: #CE66F9;
}
</style>
border-color css
<style>
span { border-color: #CE66F9; }
span { border-color: rgb(206,102,249); }
td.TdClassName
{
border-color: #CE66F9;
}
.TagClassName
{
border-color: #CE66F9;
}
</style>