Shades of Heliotrope #CE60F1
Tints of Heliotrope #CE60F1
RGB
CMYK
RGB Variations
Color information
#CE60F1 (or 0xCE60F1) is known color: Heliotrope. HEX triplet: CE, 60 and F1. RGB value is (206,96,241). Sum of RGB (Red+Green+Blue) = 206+96+241=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F1 is #319F0E. Grayscale: #909090. Windows color (decimal): -3251983 or 15818958. OLE color: 15818958.
HSL color Cylindrical-coordinate representation of color #CE60F1: hue angle of 285.52º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE60F1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 96 | 241 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.05 |
| HSL | 285.52º | 0.84% | 0.66% | - |
| HSV(B) | 285.52º | 0.6% | 0.95% | - |
| XYZ | 45.51 | 27.84 | 86.19 | - |
| YUV | 145.42 | 181.94 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 241 | 0.15 | 0.60 | 0 | 0.05 | 285.52 | 0.84 | 0.66 |
| Hex | CE | 60 | F1 | F | 3C | 0 | 5 | 11E | 54 | 42 |
| Octal | 316 | 140 | 361 | 17 | 74 | 0 | 5 | 436 | 124 | 102 |
| Binary | 11001110 | 1100000 | 11110001 | 1111 | 111100 | 0 | 101 | 100011110 | 1010100 | 1000010 |
Color Harmonies of #CE60F1
Complementary color
Monochromatic Colors of #CE60F1
Black with #CE60F1
Text Example
Text Example
White with #CE60F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60F1; }
p { color: rgb(206,96,241); }
H1.HeaderClassName
{
color: #CE60F1;
}
.AnyTagClassName
{
color: #CE60F1;
}
</style>
background-color css
<style>
a { background-color: #CE60F1; }
a { background-color: rgb(206,96,241); }
div.DivClassName
{
background-color: #CE60F1;
}
.BgClassName
{
background-color: #CE60F1;
}
</style>
border-color css
<style>
span { border-color: #CE60F1; }
span { border-color: rgb(206,96,241); }
td.TdClassName
{
border-color: #CE60F1;
}
.TagClassName
{
border-color: #CE60F1;
}
</style>