Shades of Heliotrope #CE7FF8
Tints of Heliotrope #CE7FF8
RGB
CMYK
RGB Variations
Color information
#CE7FF8 (or 0xCE7FF8) is known color: Heliotrope. HEX triplet: CE, 7F and F8. RGB value is (206,127,248). Sum of RGB (Red+Green+Blue) = 206+127+248=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE7FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7FF8 is #318007. Grayscale: #A4A4A4. Windows color (decimal): -3244040 or 16285646. OLE color: 16285646.
HSL color Cylindrical-coordinate representation of color #CE7FF8: hue angle of 279.17º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7FF8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 127 | 248 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.03 |
| HSL | 279.17º | 0.9% | 0.74% | - |
| HSV(B) | 279.17º | 0.49% | 0.97% | - |
| XYZ | 49.99 | 35.08 | 92.94 | - |
| YUV | 164.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 248 | 0.17 | 0.49 | 0 | 0.03 | 279.17 | 0.9 | 0.74 |
| Hex | CE | 7F | F8 | 11 | 31 | 0 | 3 | 117 | 5A | 4A |
| Octal | 316 | 177 | 370 | 21 | 61 | 0 | 3 | 427 | 132 | 112 |
| Binary | 11001110 | 1111111 | 11111000 | 10001 | 110001 | 0 | 11 | 100010111 | 1011010 | 1001010 |
Color Harmonies of #CE7FF8
Complementary color
Monochromatic Colors of #CE7FF8
Black with #CE7FF8
Text Example
Text Example
White with #CE7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FF8; }
p { color: rgb(206,127,248); }
H1.HeaderClassName
{
color: #CE7FF8;
}
.AnyTagClassName
{
color: #CE7FF8;
}
</style>
background-color css
<style>
a { background-color: #CE7FF8; }
a { background-color: rgb(206,127,248); }
div.DivClassName
{
background-color: #CE7FF8;
}
.BgClassName
{
background-color: #CE7FF8;
}
</style>
border-color css
<style>
span { border-color: #CE7FF8; }
span { border-color: rgb(206,127,248); }
td.TdClassName
{
border-color: #CE7FF8;
}
.TagClassName
{
border-color: #CE7FF8;
}
</style>