Shades of Heliotrope #CE78FC
Tints of Heliotrope #CE78FC
RGB
CMYK
RGB Variations
Color information
#CE78FC (or 0xCE78FC) is known color: Heliotrope. HEX triplet: CE, 78 and FC. RGB value is (206,120,252). Sum of RGB (Red+Green+Blue) = 206+120+252=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78FC is #318703. Grayscale: #A0A0A0. Windows color (decimal): -3245828 or 16545998. OLE color: 16545998.
HSL color Cylindrical-coordinate representation of color #CE78FC: hue angle of 279.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE78FC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 120 | 252 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.01 |
| HSL | 279.09º | 0.96% | 0.73% | - |
| HSV(B) | 279.09º | 0.52% | 0.99% | - |
| XYZ | 49.74 | 33.58 | 95.96 | - |
| YUV | 160.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 252 | 0.18 | 0.52 | 0 | 0.01 | 279.09 | 0.96 | 0.73 |
| Hex | CE | 78 | FC | 12 | 34 | 0 | 1 | 117 | 60 | 49 |
| Octal | 316 | 170 | 374 | 22 | 64 | 0 | 1 | 427 | 140 | 111 |
| Binary | 11001110 | 1111000 | 11111100 | 10010 | 110100 | 0 | 1 | 100010111 | 1100000 | 1001001 |
Color Harmonies of #CE78FC
Complementary color
Monochromatic Colors of #CE78FC
Black with #CE78FC
Text Example
Text Example
White with #CE78FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78FC; }
p { color: rgb(206,120,252); }
H1.HeaderClassName
{
color: #CE78FC;
}
.AnyTagClassName
{
color: #CE78FC;
}
</style>
background-color css
<style>
a { background-color: #CE78FC; }
a { background-color: rgb(206,120,252); }
div.DivClassName
{
background-color: #CE78FC;
}
.BgClassName
{
background-color: #CE78FC;
}
</style>
border-color css
<style>
span { border-color: #CE78FC; }
span { border-color: rgb(206,120,252); }
td.TdClassName
{
border-color: #CE78FC;
}
.TagClassName
{
border-color: #CE78FC;
}
</style>