Shades of Heliotrope #CE5FFF
Tints of Heliotrope #CE5FFF
RGB
CMYK
RGB Variations
Color information
#CE5FFF (or 0xCE5FFF) is known color: Heliotrope. HEX triplet: CE, 5F and FF. RGB value is (206,95,255). Sum of RGB (Red+Green+Blue) = 206+95+255=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FFF is #31A000. Grayscale: #919191. Windows color (decimal): -3252225 or 16736206. OLE color: 16736206.
HSL color Cylindrical-coordinate representation of color #CE5FFF: hue angle of 281.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE5FFF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 95 | 255 | - |
| CMYK | 0.19 | 0.63 | 0 | 0 |
| HSL | 281.63º | 1% | 0.69% | - |
| HSV(B) | 281.63º | 0.63% | 1% | - |
| XYZ | 47.6 | 28.53 | 97.61 | - |
| YUV | 146.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 255 | 0.19 | 0.63 | 0 | 0 | 281.63 | 1 | 0.69 |
| Hex | CE | 5F | FF | 13 | 3F | 0 | 0 | 11A | 64 | 45 |
| Octal | 316 | 137 | 377 | 23 | 77 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11001110 | 1011111 | 11111111 | 10011 | 111111 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #CE5FFF
Complementary color
Monochromatic Colors of #CE5FFF
Black with #CE5FFF
Text Example
Text Example
White with #CE5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FFF; }
p { color: rgb(206,95,255); }
H1.HeaderClassName
{
color: #CE5FFF;
}
.AnyTagClassName
{
color: #CE5FFF;
}
</style>
background-color css
<style>
a { background-color: #CE5FFF; }
a { background-color: rgb(206,95,255); }
div.DivClassName
{
background-color: #CE5FFF;
}
.BgClassName
{
background-color: #CE5FFF;
}
</style>
border-color css
<style>
span { border-color: #CE5FFF; }
span { border-color: rgb(206,95,255); }
td.TdClassName
{
border-color: #CE5FFF;
}
.TagClassName
{
border-color: #CE5FFF;
}
</style>