Shades of Heliotrope #CE61FE
Tints of Heliotrope #CE61FE
RGB
CMYK
RGB Variations
Color information
#CE61FE (or 0xCE61FE) is known color: Heliotrope. HEX triplet: CE, 61 and FE. RGB value is (206,97,254). Sum of RGB (Red+Green+Blue) = 206+97+254=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE61FE is #319E01. Grayscale: #929292. Windows color (decimal): -3251714 or 16671182. OLE color: 16671182.
HSL color Cylindrical-coordinate representation of color #CE61FE: hue angle of 281.66º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE61FE is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 97 | 254 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.00 |
| HSL | 281.66º | 0.99% | 0.69% | - |
| HSV(B) | 281.66º | 0.62% | 1% | - |
| XYZ | 47.62 | 28.83 | 96.82 | - |
| YUV | 147.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 254 | 0.19 | 0.62 | 0 | 0.00 | 281.66 | 0.99 | 0.69 |
| Hex | CE | 61 | FE | 13 | 3E | 0 | 0 | 11A | 63 | 45 |
| Octal | 316 | 141 | 376 | 23 | 76 | 0 | 0 | 432 | 143 | 105 |
| Binary | 11001110 | 1100001 | 11111110 | 10011 | 111110 | 0 | 0 | 100011010 | 1100011 | 1000101 |
Color Harmonies of #CE61FE
Complementary color
Monochromatic Colors of #CE61FE
Black with #CE61FE
Text Example
Text Example
White with #CE61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61FE; }
p { color: rgb(206,97,254); }
H1.HeaderClassName
{
color: #CE61FE;
}
.AnyTagClassName
{
color: #CE61FE;
}
</style>
background-color css
<style>
a { background-color: #CE61FE; }
a { background-color: rgb(206,97,254); }
div.DivClassName
{
background-color: #CE61FE;
}
.BgClassName
{
background-color: #CE61FE;
}
</style>
border-color css
<style>
span { border-color: #CE61FE; }
span { border-color: rgb(206,97,254); }
td.TdClassName
{
border-color: #CE61FE;
}
.TagClassName
{
border-color: #CE61FE;
}
</style>