Shades of Heliotrope #CE5FF2
Tints of Heliotrope #CE5FF2
RGB
CMYK
RGB Variations
Color information
#CE5FF2 (or 0xCE5FF2) is known color: Heliotrope. HEX triplet: CE, 5F and F2. RGB value is (206,95,242). Sum of RGB (Red+Green+Blue) = 206+95+242=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FF2 is #31A00D. Grayscale: #909090. Windows color (decimal): -3252238 or 15884238. OLE color: 15884238.
HSL color Cylindrical-coordinate representation of color #CE5FF2: hue angle of 285.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5FF2 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 95 | 242 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.05 |
| HSL | 285.31º | 0.85% | 0.66% | - |
| HSV(B) | 285.31º | 0.61% | 0.95% | - |
| XYZ | 45.57 | 27.72 | 86.95 | - |
| YUV | 144.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 242 | 0.15 | 0.61 | 0 | 0.05 | 285.31 | 0.85 | 0.66 |
| Hex | CE | 5F | F2 | F | 3D | 0 | 5 | 11D | 55 | 42 |
| Octal | 316 | 137 | 362 | 17 | 75 | 0 | 5 | 435 | 125 | 102 |
| Binary | 11001110 | 1011111 | 11110010 | 1111 | 111101 | 0 | 101 | 100011101 | 1010101 | 1000010 |
Color Harmonies of #CE5FF2
Complementary color
Monochromatic Colors of #CE5FF2
Black with #CE5FF2
Text Example
Text Example
White with #CE5FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FF2; }
p { color: rgb(206,95,242); }
H1.HeaderClassName
{
color: #CE5FF2;
}
.AnyTagClassName
{
color: #CE5FF2;
}
</style>
background-color css
<style>
a { background-color: #CE5FF2; }
a { background-color: rgb(206,95,242); }
div.DivClassName
{
background-color: #CE5FF2;
}
.BgClassName
{
background-color: #CE5FF2;
}
</style>
border-color css
<style>
span { border-color: #CE5FF2; }
span { border-color: rgb(206,95,242); }
td.TdClassName
{
border-color: #CE5FF2;
}
.TagClassName
{
border-color: #CE5FF2;
}
</style>