Shades of Heliotrope #CE7CFF
Tints of Heliotrope #CE7CFF
RGB
CMYK
RGB Variations
Color information
#CE7CFF (or 0xCE7CFF) is known color: Heliotrope. HEX triplet: CE, 7C and FF. RGB value is (206,124,255). Sum of RGB (Red+Green+Blue) = 206+124+255=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CFF is #318300. Grayscale: #A3A3A3. Windows color (decimal): -3244801 or 16743630. OLE color: 16743630.
HSL color Cylindrical-coordinate representation of color #CE7CFF: hue angle of 277.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7CFF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 124 | 255 | - |
| CMYK | 0.19 | 0.51 | 0 | 0 |
| HSL | 277.56º | 1% | 0.74% | - |
| HSV(B) | 277.56º | 0.51% | 1% | - |
| XYZ | 50.71 | 34.76 | 98.64 | - |
| YUV | 163.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 255 | 0.19 | 0.51 | 0 | 0 | 277.56 | 1 | 0.74 |
| Hex | CE | 7C | FF | 13 | 33 | 0 | 0 | 116 | 64 | 4A |
| Octal | 316 | 174 | 377 | 23 | 63 | 0 | 0 | 426 | 144 | 112 |
| Binary | 11001110 | 1111100 | 11111111 | 10011 | 110011 | 0 | 0 | 100010110 | 1100100 | 1001010 |
Color Harmonies of #CE7CFF
Complementary color
Monochromatic Colors of #CE7CFF
Black with #CE7CFF
Text Example
Text Example
White with #CE7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CFF; }
p { color: rgb(206,124,255); }
H1.HeaderClassName
{
color: #CE7CFF;
}
.AnyTagClassName
{
color: #CE7CFF;
}
</style>
background-color css
<style>
a { background-color: #CE7CFF; }
a { background-color: rgb(206,124,255); }
div.DivClassName
{
background-color: #CE7CFF;
}
.BgClassName
{
background-color: #CE7CFF;
}
</style>
border-color css
<style>
span { border-color: #CE7CFF; }
span { border-color: rgb(206,124,255); }
td.TdClassName
{
border-color: #CE7CFF;
}
.TagClassName
{
border-color: #CE7CFF;
}
</style>