Shades of Heliotrope #CE7FFD
Tints of Heliotrope #CE7FFD
RGB
CMYK
RGB Variations
Color information
#CE7FFD (or 0xCE7FFD) is known color: Heliotrope. HEX triplet: CE, 7F and FD. RGB value is (206,127,253). Sum of RGB (Red+Green+Blue) = 206+127+253=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FFD is #318002. Grayscale: #A4A4A4. Windows color (decimal): -3244035 or 16613326. OLE color: 16613326.
HSL color Cylindrical-coordinate representation of color #CE7FFD: hue angle of 277.62º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7FFD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 127 | 253 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.01 |
| HSL | 277.62º | 0.97% | 0.75% | - |
| HSV(B) | 277.62º | 0.5% | 0.99% | - |
| XYZ | 50.77 | 35.39 | 97.08 | - |
| YUV | 164.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 253 | 0.19 | 0.50 | 0 | 0.01 | 277.62 | 0.97 | 0.75 |
| Hex | CE | 7F | FD | 13 | 32 | 0 | 1 | 116 | 61 | 4B |
| Octal | 316 | 177 | 375 | 23 | 62 | 0 | 1 | 426 | 141 | 113 |
| Binary | 11001110 | 1111111 | 11111101 | 10011 | 110010 | 0 | 1 | 100010110 | 1100001 | 1001011 |
Color Harmonies of #CE7FFD
Complementary color
Monochromatic Colors of #CE7FFD
Black with #CE7FFD
Text Example
Text Example
White with #CE7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FFD; }
p { color: rgb(206,127,253); }
H1.HeaderClassName
{
color: #CE7FFD;
}
.AnyTagClassName
{
color: #CE7FFD;
}
</style>
background-color css
<style>
a { background-color: #CE7FFD; }
a { background-color: rgb(206,127,253); }
div.DivClassName
{
background-color: #CE7FFD;
}
.BgClassName
{
background-color: #CE7FFD;
}
</style>
border-color css
<style>
span { border-color: #CE7FFD; }
span { border-color: rgb(206,127,253); }
td.TdClassName
{
border-color: #CE7FFD;
}
.TagClassName
{
border-color: #CE7FFD;
}
</style>