Shades of Heliotrope #CE84F9
Tints of Heliotrope #CE84F9
RGB
CMYK
RGB Variations
Color information
#CE84F9 (or 0xCE84F9) is known color: Heliotrope. HEX triplet: CE, 84 and F9. RGB value is (206,132,249). Sum of RGB (Red+Green+Blue) = 206+132+249=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE84F9 is #317B06. Grayscale: #A7A7A7. Windows color (decimal): -3242759 or 16352462. OLE color: 16352462.
HSL color Cylindrical-coordinate representation of color #CE84F9: hue angle of 277.95º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE84F9 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 132 | 249 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.02 |
| HSL | 277.95º | 0.91% | 0.75% | - |
| HSV(B) | 277.95º | 0.47% | 0.98% | - |
| XYZ | 50.8 | 36.46 | 93.98 | - |
| YUV | 167.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 249 | 0.17 | 0.47 | 0 | 0.02 | 277.95 | 0.91 | 0.75 |
| Hex | CE | 84 | F9 | 11 | 2F | 0 | 2 | 116 | 5B | 4B |
| Octal | 316 | 204 | 371 | 21 | 57 | 0 | 2 | 426 | 133 | 113 |
| Binary | 11001110 | 10000100 | 11111001 | 10001 | 101111 | 0 | 10 | 100010110 | 1011011 | 1001011 |
Color Harmonies of #CE84F9
Complementary color
Monochromatic Colors of #CE84F9
Black with #CE84F9
Text Example
Text Example
White with #CE84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84F9; }
p { color: rgb(206,132,249); }
H1.HeaderClassName
{
color: #CE84F9;
}
.AnyTagClassName
{
color: #CE84F9;
}
</style>
background-color css
<style>
a { background-color: #CE84F9; }
a { background-color: rgb(206,132,249); }
div.DivClassName
{
background-color: #CE84F9;
}
.BgClassName
{
background-color: #CE84F9;
}
</style>
border-color css
<style>
span { border-color: #CE84F9; }
span { border-color: rgb(206,132,249); }
td.TdClassName
{
border-color: #CE84F9;
}
.TagClassName
{
border-color: #CE84F9;
}
</style>