Shades of Heliotrope #CE6CF2
Tints of Heliotrope #CE6CF2
RGB
CMYK
RGB Variations
Color information
#CE6CF2 (or 0xCE6CF2) is known color: Heliotrope. HEX triplet: CE, 6C and F2. RGB value is (206,108,242). Sum of RGB (Red+Green+Blue) = 206+108+242=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CF2 is #31930D. Grayscale: #989898. Windows color (decimal): -3248910 or 15887566. OLE color: 15887566.
HSL color Cylindrical-coordinate representation of color #CE6CF2: hue angle of 283.88º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6CF2 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 108 | 242 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.05 |
| HSL | 283.88º | 0.84% | 0.69% | - |
| HSV(B) | 283.88º | 0.55% | 0.95% | - |
| XYZ | 46.84 | 30.26 | 87.38 | - |
| YUV | 152.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 242 | 0.15 | 0.55 | 0 | 0.05 | 283.88 | 0.84 | 0.69 |
| Hex | CE | 6C | F2 | F | 37 | 0 | 5 | 11C | 54 | 45 |
| Octal | 316 | 154 | 362 | 17 | 67 | 0 | 5 | 434 | 124 | 105 |
| Binary | 11001110 | 1101100 | 11110010 | 1111 | 110111 | 0 | 101 | 100011100 | 1010100 | 1000101 |
Color Harmonies of #CE6CF2
Complementary color
Monochromatic Colors of #CE6CF2
Black with #CE6CF2
Text Example
Text Example
White with #CE6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CF2; }
p { color: rgb(206,108,242); }
H1.HeaderClassName
{
color: #CE6CF2;
}
.AnyTagClassName
{
color: #CE6CF2;
}
</style>
background-color css
<style>
a { background-color: #CE6CF2; }
a { background-color: rgb(206,108,242); }
div.DivClassName
{
background-color: #CE6CF2;
}
.BgClassName
{
background-color: #CE6CF2;
}
</style>
border-color css
<style>
span { border-color: #CE6CF2; }
span { border-color: rgb(206,108,242); }
td.TdClassName
{
border-color: #CE6CF2;
}
.TagClassName
{
border-color: #CE6CF2;
}
</style>