Shades of Heliotrope #CE56F3
Tints of Heliotrope #CE56F3
RGB
CMYK
RGB Variations
Color information
#CE56F3 (or 0xCE56F3) is known color: Heliotrope. HEX triplet: CE, 56 and F3. RGB value is (206,86,243). Sum of RGB (Red+Green+Blue) = 206+86+243=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 86 (33.98% from 255 or 16.07% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE56F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56F3 is #31A90C. Grayscale: #8B8B8B. Windows color (decimal): -3254541 or 15947470. OLE color: 15947470.
HSL color Cylindrical-coordinate representation of color #CE56F3: hue angle of 285.86º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE56F3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 86 | 243 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.05 |
| HSL | 285.86º | 0.87% | 0.65% | - |
| HSV(B) | 285.86º | 0.65% | 0.95% | - |
| XYZ | 44.96 | 26.25 | 87.49 | - |
| YUV | 139.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 243 | 0.15 | 0.65 | 0 | 0.05 | 285.86 | 0.87 | 0.65 |
| Hex | CE | 56 | F3 | F | 41 | 0 | 5 | 11E | 57 | 41 |
| Octal | 316 | 126 | 363 | 17 | 101 | 0 | 5 | 436 | 127 | 101 |
| Binary | 11001110 | 1010110 | 11110011 | 1111 | 1000001 | 0 | 101 | 100011110 | 1010111 | 1000001 |
Color Harmonies of #CE56F3
Complementary color
Monochromatic Colors of #CE56F3
Black with #CE56F3
Text Example
Text Example
White with #CE56F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56F3; }
p { color: rgb(206,86,243); }
H1.HeaderClassName
{
color: #CE56F3;
}
.AnyTagClassName
{
color: #CE56F3;
}
</style>
background-color css
<style>
a { background-color: #CE56F3; }
a { background-color: rgb(206,86,243); }
div.DivClassName
{
background-color: #CE56F3;
}
.BgClassName
{
background-color: #CE56F3;
}
</style>
border-color css
<style>
span { border-color: #CE56F3; }
span { border-color: rgb(206,86,243); }
td.TdClassName
{
border-color: #CE56F3;
}
.TagClassName
{
border-color: #CE56F3;
}
</style>