Shades of Heliotrope #CE60F3
Tints of Heliotrope #CE60F3
RGB
CMYK
RGB Variations
Color information
#CE60F3 (or 0xCE60F3) is known color: Heliotrope. HEX triplet: CE, 60 and F3. RGB value is (206,96,243). Sum of RGB (Red+Green+Blue) = 206+96+243=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE60F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60F3 is #319F0C. Grayscale: #919191. Windows color (decimal): -3251981 or 15950030. OLE color: 15950030.
HSL color Cylindrical-coordinate representation of color #CE60F3: hue angle of 284.9º degrees, saturation: 0.86, 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 #CE60F3 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 96 | 243 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.05 |
| HSL | 284.9º | 0.86% | 0.66% | - |
| HSV(B) | 284.9º | 0.6% | 0.95% | - |
| XYZ | 45.81 | 27.96 | 87.78 | - |
| YUV | 145.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 243 | 0.15 | 0.60 | 0 | 0.05 | 284.9 | 0.86 | 0.66 |
| Hex | CE | 60 | F3 | F | 3C | 0 | 5 | 11D | 56 | 42 |
| Octal | 316 | 140 | 363 | 17 | 74 | 0 | 5 | 435 | 126 | 102 |
| Binary | 11001110 | 1100000 | 11110011 | 1111 | 111100 | 0 | 101 | 100011101 | 1010110 | 1000010 |
Color Harmonies of #CE60F3
Complementary color
Monochromatic Colors of #CE60F3
Black with #CE60F3
Text Example
Text Example
White with #CE60F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60F3; }
p { color: rgb(206,96,243); }
H1.HeaderClassName
{
color: #CE60F3;
}
.AnyTagClassName
{
color: #CE60F3;
}
</style>
background-color css
<style>
a { background-color: #CE60F3; }
a { background-color: rgb(206,96,243); }
div.DivClassName
{
background-color: #CE60F3;
}
.BgClassName
{
background-color: #CE60F3;
}
</style>
border-color css
<style>
span { border-color: #CE60F3; }
span { border-color: rgb(206,96,243); }
td.TdClassName
{
border-color: #CE60F3;
}
.TagClassName
{
border-color: #CE60F3;
}
</style>