Shades of Heliotrope #CE77FD
Tints of Heliotrope #CE77FD
RGB
CMYK
RGB Variations
Color information
#CE77FD (or 0xCE77FD) is known color: Heliotrope. HEX triplet: CE, 77 and FD. RGB value is (206,119,253). Sum of RGB (Red+Green+Blue) = 206+119+253=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77FD is #318802. Grayscale: #9F9F9F. Windows color (decimal): -3246083 or 16611278. OLE color: 16611278.
HSL color Cylindrical-coordinate representation of color #CE77FD: hue angle of 278.96º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE77FD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 119 | 253 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.01 |
| HSL | 278.96º | 0.97% | 0.73% | - |
| HSV(B) | 278.96º | 0.53% | 0.99% | - |
| XYZ | 49.78 | 33.41 | 96.75 | - |
| YUV | 160.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 253 | 0.19 | 0.53 | 0 | 0.01 | 278.96 | 0.97 | 0.73 |
| Hex | CE | 77 | FD | 13 | 35 | 0 | 1 | 117 | 61 | 49 |
| Octal | 316 | 167 | 375 | 23 | 65 | 0 | 1 | 427 | 141 | 111 |
| Binary | 11001110 | 1110111 | 11111101 | 10011 | 110101 | 0 | 1 | 100010111 | 1100001 | 1001001 |
Color Harmonies of #CE77FD
Complementary color
Monochromatic Colors of #CE77FD
Black with #CE77FD
Text Example
Text Example
White with #CE77FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77FD; }
p { color: rgb(206,119,253); }
H1.HeaderClassName
{
color: #CE77FD;
}
.AnyTagClassName
{
color: #CE77FD;
}
</style>
background-color css
<style>
a { background-color: #CE77FD; }
a { background-color: rgb(206,119,253); }
div.DivClassName
{
background-color: #CE77FD;
}
.BgClassName
{
background-color: #CE77FD;
}
</style>
border-color css
<style>
span { border-color: #CE77FD; }
span { border-color: rgb(206,119,253); }
td.TdClassName
{
border-color: #CE77FD;
}
.TagClassName
{
border-color: #CE77FD;
}
</style>