Shades of Heliotrope #CE75FE
Tints of Heliotrope #CE75FE
RGB
CMYK
RGB Variations
Color information
#CE75FE (or 0xCE75FE) is known color: Heliotrope. HEX triplet: CE, 75 and FE. RGB value is (206,117,254). Sum of RGB (Red+Green+Blue) = 206+117+254=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75FE is #318A01. Grayscale: #9E9E9E. Windows color (decimal): -3246594 or 16676302. OLE color: 16676302.
HSL color Cylindrical-coordinate representation of color #CE75FE: hue angle of 278.98º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE75FE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 117 | 254 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.00 |
| HSL | 278.98º | 0.99% | 0.73% | - |
| HSV(B) | 278.98º | 0.54% | 1% | - |
| XYZ | 49.7 | 33 | 97.52 | - |
| YUV | 159.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 254 | 0.19 | 0.54 | 0 | 0.00 | 278.98 | 0.99 | 0.73 |
| Hex | CE | 75 | FE | 13 | 36 | 0 | 0 | 117 | 63 | 49 |
| Octal | 316 | 165 | 376 | 23 | 66 | 0 | 0 | 427 | 143 | 111 |
| Binary | 11001110 | 1110101 | 11111110 | 10011 | 110110 | 0 | 0 | 100010111 | 1100011 | 1001001 |
Color Harmonies of #CE75FE
Complementary color
Monochromatic Colors of #CE75FE
Black with #CE75FE
Text Example
Text Example
White with #CE75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75FE; }
p { color: rgb(206,117,254); }
H1.HeaderClassName
{
color: #CE75FE;
}
.AnyTagClassName
{
color: #CE75FE;
}
</style>
background-color css
<style>
a { background-color: #CE75FE; }
a { background-color: rgb(206,117,254); }
div.DivClassName
{
background-color: #CE75FE;
}
.BgClassName
{
background-color: #CE75FE;
}
</style>
border-color css
<style>
span { border-color: #CE75FE; }
span { border-color: rgb(206,117,254); }
td.TdClassName
{
border-color: #CE75FE;
}
.TagClassName
{
border-color: #CE75FE;
}
</style>