Shades of Heliotrope #CE7DFF
Tints of Heliotrope #CE7DFF
RGB
CMYK
RGB Variations
Color information
#CE7DFF (or 0xCE7DFF) is known color: Heliotrope. HEX triplet: CE, 7D and FF. RGB value is (206,125,255). Sum of RGB (Red+Green+Blue) = 206+125+255=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DFF is #318200. Grayscale: #A3A3A3. Windows color (decimal): -3244545 or 16743886. OLE color: 16743886.
HSL color Cylindrical-coordinate representation of color #CE7DFF: hue angle of 277.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7DFF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 125 | 255 | - |
| CMYK | 0.19 | 0.51 | 0 | 0 |
| HSL | 277.38º | 1% | 0.75% | - |
| HSV(B) | 277.38º | 0.51% | 1% | - |
| XYZ | 50.84 | 35.01 | 98.69 | - |
| YUV | 164.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 255 | 0.19 | 0.51 | 0 | 0 | 277.38 | 1 | 0.75 |
| Hex | CE | 7D | FF | 13 | 33 | 0 | 0 | 115 | 64 | 4B |
| Octal | 316 | 175 | 377 | 23 | 63 | 0 | 0 | 425 | 144 | 113 |
| Binary | 11001110 | 1111101 | 11111111 | 10011 | 110011 | 0 | 0 | 100010101 | 1100100 | 1001011 |
Color Harmonies of #CE7DFF
Complementary color
Monochromatic Colors of #CE7DFF
Black with #CE7DFF
Text Example
Text Example
White with #CE7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DFF; }
p { color: rgb(206,125,255); }
H1.HeaderClassName
{
color: #CE7DFF;
}
.AnyTagClassName
{
color: #CE7DFF;
}
</style>
background-color css
<style>
a { background-color: #CE7DFF; }
a { background-color: rgb(206,125,255); }
div.DivClassName
{
background-color: #CE7DFF;
}
.BgClassName
{
background-color: #CE7DFF;
}
</style>
border-color css
<style>
span { border-color: #CE7DFF; }
span { border-color: rgb(206,125,255); }
td.TdClassName
{
border-color: #CE7DFF;
}
.TagClassName
{
border-color: #CE7DFF;
}
</style>