Shades of Heliotrope #CE50FF
Tints of Heliotrope #CE50FF
RGB
CMYK
RGB Variations
Color information
#CE50FF (or 0xCE50FF) is known color: Heliotrope. HEX triplet: CE, 50 and FF. RGB value is (206,80,255). Sum of RGB (Red+Green+Blue) = 206+80+255=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50FF is #31AF00. Grayscale: #898989. Windows color (decimal): -3256065 or 16732366. OLE color: 16732366.
HSL color Cylindrical-coordinate representation of color #CE50FF: hue angle of 283.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE50FF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 80 | 255 | - |
| CMYK | 0.19 | 0.69 | 0 | 0 |
| HSL | 283.2º | 1% | 0.66% | - |
| HSV(B) | 283.2º | 0.69% | 1% | - |
| XYZ | 46.37 | 26.08 | 97.2 | - |
| YUV | 137.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 255 | 0.19 | 0.69 | 0 | 0 | 283.2 | 1 | 0.66 |
| Hex | CE | 50 | FF | 13 | 45 | 0 | 0 | 11B | 64 | 42 |
| Octal | 316 | 120 | 377 | 23 | 105 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001110 | 1010000 | 11111111 | 10011 | 1000101 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CE50FF
Complementary color
Monochromatic Colors of #CE50FF
Black with #CE50FF
Text Example
Text Example
White with #CE50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50FF; }
p { color: rgb(206,80,255); }
H1.HeaderClassName
{
color: #CE50FF;
}
.AnyTagClassName
{
color: #CE50FF;
}
</style>
background-color css
<style>
a { background-color: #CE50FF; }
a { background-color: rgb(206,80,255); }
div.DivClassName
{
background-color: #CE50FF;
}
.BgClassName
{
background-color: #CE50FF;
}
</style>
border-color css
<style>
span { border-color: #CE50FF; }
span { border-color: rgb(206,80,255); }
td.TdClassName
{
border-color: #CE50FF;
}
.TagClassName
{
border-color: #CE50FF;
}
</style>