Shades of Heliotrope #CE71EA
Tints of Heliotrope #CE71EA
RGB
CMYK
RGB Variations
Color information
#CE71EA (or 0xCE71EA) is known color: Heliotrope. HEX triplet: CE, 71 and EA. RGB value is (206,113,234). Sum of RGB (Red+Green+Blue) = 206+113+234=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71EA is #318E15. Grayscale: #9A9A9A. Windows color (decimal): -3247638 or 15364558. OLE color: 15364558.
HSL color Cylindrical-coordinate representation of color #CE71EA: hue angle of 286.12º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE71EA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 113 | 234 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.08 |
| HSL | 286.12º | 0.74% | 0.68% | - |
| HSV(B) | 286.12º | 0.52% | 0.92% | - |
| XYZ | 46.21 | 30.87 | 81.37 | - |
| YUV | 154.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 234 | 0.12 | 0.52 | 0 | 0.08 | 286.12 | 0.74 | 0.68 |
| Hex | CE | 71 | EA | C | 34 | 0 | 8 | 11E | 4A | 44 |
| Octal | 316 | 161 | 352 | 14 | 64 | 0 | 10 | 436 | 112 | 104 |
| Binary | 11001110 | 1110001 | 11101010 | 1100 | 110100 | 0 | 1000 | 100011110 | 1001010 | 1000100 |
Color Harmonies of #CE71EA
Complementary color
Monochromatic Colors of #CE71EA
Black with #CE71EA
Text Example
Text Example
White with #CE71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71EA; }
p { color: rgb(206,113,234); }
H1.HeaderClassName
{
color: #CE71EA;
}
.AnyTagClassName
{
color: #CE71EA;
}
</style>
background-color css
<style>
a { background-color: #CE71EA; }
a { background-color: rgb(206,113,234); }
div.DivClassName
{
background-color: #CE71EA;
}
.BgClassName
{
background-color: #CE71EA;
}
</style>
border-color css
<style>
span { border-color: #CE71EA; }
span { border-color: rgb(206,113,234); }
td.TdClassName
{
border-color: #CE71EA;
}
.TagClassName
{
border-color: #CE71EA;
}
</style>