Shades of Heliotrope #CE71FF
Tints of Heliotrope #CE71FF
RGB
CMYK
RGB Variations
Color information
#CE71FF (or 0xCE71FF) is known color: Heliotrope. HEX triplet: CE, 71 and FF. RGB value is (206,113,255). Sum of RGB (Red+Green+Blue) = 206+113+255=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71FF is #318E00. Grayscale: #9C9C9C. Windows color (decimal): -3247617 or 16740814. OLE color: 16740814.
HSL color Cylindrical-coordinate representation of color #CE71FF: hue angle of 279.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE71FF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 113 | 255 | - |
| CMYK | 0.19 | 0.56 | 0 | 0 |
| HSL | 279.3º | 1% | 0.72% | - |
| HSV(B) | 279.3º | 0.56% | 1% | - |
| XYZ | 49.41 | 32.15 | 98.21 | - |
| YUV | 157 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 255 | 0.19 | 0.56 | 0 | 0 | 279.3 | 1 | 0.72 |
| Hex | CE | 71 | FF | 13 | 38 | 0 | 0 | 117 | 64 | 48 |
| Octal | 316 | 161 | 377 | 23 | 70 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001110 | 1110001 | 11111111 | 10011 | 111000 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CE71FF
Complementary color
Monochromatic Colors of #CE71FF
Black with #CE71FF
Text Example
Text Example
White with #CE71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71FF; }
p { color: rgb(206,113,255); }
H1.HeaderClassName
{
color: #CE71FF;
}
.AnyTagClassName
{
color: #CE71FF;
}
</style>
background-color css
<style>
a { background-color: #CE71FF; }
a { background-color: rgb(206,113,255); }
div.DivClassName
{
background-color: #CE71FF;
}
.BgClassName
{
background-color: #CE71FF;
}
</style>
border-color css
<style>
span { border-color: #CE71FF; }
span { border-color: rgb(206,113,255); }
td.TdClassName
{
border-color: #CE71FF;
}
.TagClassName
{
border-color: #CE71FF;
}
</style>