Shades of Heliotrope #CE5FF6
Tints of Heliotrope #CE5FF6
RGB
CMYK
RGB Variations
Color information
#CE5FF6 (or 0xCE5FF6) is known color: Heliotrope. HEX triplet: CE, 5F and F6. RGB value is (206,95,246). Sum of RGB (Red+Green+Blue) = 206+95+246=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE5FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FF6 is #31A009. Grayscale: #909090. Windows color (decimal): -3252234 or 16146382. OLE color: 16146382.
HSL color Cylindrical-coordinate representation of color #CE5FF6: hue angle of 284.11º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5FF6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 95 | 246 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.04 |
| HSL | 284.11º | 0.89% | 0.67% | - |
| HSV(B) | 284.11º | 0.61% | 0.96% | - |
| XYZ | 46.18 | 27.96 | 90.15 | - |
| YUV | 145.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 246 | 0.16 | 0.61 | 0 | 0.04 | 284.11 | 0.89 | 0.67 |
| Hex | CE | 5F | F6 | 10 | 3D | 0 | 4 | 11C | 59 | 43 |
| Octal | 316 | 137 | 366 | 20 | 75 | 0 | 4 | 434 | 131 | 103 |
| Binary | 11001110 | 1011111 | 11110110 | 10000 | 111101 | 0 | 100 | 100011100 | 1011001 | 1000011 |
Color Harmonies of #CE5FF6
Complementary color
Monochromatic Colors of #CE5FF6
Black with #CE5FF6
Text Example
Text Example
White with #CE5FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FF6; }
p { color: rgb(206,95,246); }
H1.HeaderClassName
{
color: #CE5FF6;
}
.AnyTagClassName
{
color: #CE5FF6;
}
</style>
background-color css
<style>
a { background-color: #CE5FF6; }
a { background-color: rgb(206,95,246); }
div.DivClassName
{
background-color: #CE5FF6;
}
.BgClassName
{
background-color: #CE5FF6;
}
</style>
border-color css
<style>
span { border-color: #CE5FF6; }
span { border-color: rgb(206,95,246); }
td.TdClassName
{
border-color: #CE5FF6;
}
.TagClassName
{
border-color: #CE5FF6;
}
</style>