Shades of Heliotrope #CE71FA
Tints of Heliotrope #CE71FA
RGB
CMYK
RGB Variations
Color information
#CE71FA (or 0xCE71FA) is known color: Heliotrope. HEX triplet: CE, 71 and FA. RGB value is (206,113,250). Sum of RGB (Red+Green+Blue) = 206+113+250=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71FA is #318E05. Grayscale: #9B9B9B. Windows color (decimal): -3247622 or 16413134. OLE color: 16413134.
HSL color Cylindrical-coordinate representation of color #CE71FA: hue angle of 280.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE71FA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 113 | 250 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.02 |
| HSL | 280.73º | 0.93% | 0.71% | - |
| HSV(B) | 280.73º | 0.55% | 0.98% | - |
| XYZ | 48.61 | 31.83 | 94.02 | - |
| YUV | 156.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 250 | 0.18 | 0.55 | 0 | 0.02 | 280.73 | 0.93 | 0.71 |
| Hex | CE | 71 | FA | 12 | 37 | 0 | 2 | 119 | 5D | 47 |
| Octal | 316 | 161 | 372 | 22 | 67 | 0 | 2 | 431 | 135 | 107 |
| Binary | 11001110 | 1110001 | 11111010 | 10010 | 110111 | 0 | 10 | 100011001 | 1011101 | 1000111 |
Color Harmonies of #CE71FA
Complementary color
Monochromatic Colors of #CE71FA
Black with #CE71FA
Text Example
Text Example
White with #CE71FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71FA; }
p { color: rgb(206,113,250); }
H1.HeaderClassName
{
color: #CE71FA;
}
.AnyTagClassName
{
color: #CE71FA;
}
</style>
background-color css
<style>
a { background-color: #CE71FA; }
a { background-color: rgb(206,113,250); }
div.DivClassName
{
background-color: #CE71FA;
}
.BgClassName
{
background-color: #CE71FA;
}
</style>
border-color css
<style>
span { border-color: #CE71FA; }
span { border-color: rgb(206,113,250); }
td.TdClassName
{
border-color: #CE71FA;
}
.TagClassName
{
border-color: #CE71FA;
}
</style>