Shades of Heliotrope #C278EF
Tints of Heliotrope #C278EF
RGB
CMYK
RGB Variations
Color information
#C278EF (or 0xC278EF) is known color: Heliotrope. HEX triplet: C2, 78 and EF. RGB value is (194,120,239). Sum of RGB (Red+Green+Blue) = 194+120+239=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #C278EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278EF is #3D8710. Grayscale: #9B9B9B. Windows color (decimal): -4032273 or 15694018. OLE color: 15694018.
HSL color Cylindrical-coordinate representation of color #C278EF: hue angle of 277.31º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C278EF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 120 | 239 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.06 |
| HSL | 277.31º | 0.79% | 0.7% | - |
| HSV(B) | 277.31º | 0.5% | 0.94% | - |
| XYZ | 44.54 | 31.13 | 85.32 | - |
| YUV | 155.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 239 | 0.19 | 0.50 | 0 | 0.06 | 277.31 | 0.79 | 0.7 |
| Hex | C2 | 78 | EF | 13 | 32 | 0 | 6 | 115 | 4F | 46 |
| Octal | 302 | 170 | 357 | 23 | 62 | 0 | 6 | 425 | 117 | 106 |
| Binary | 11000010 | 1111000 | 11101111 | 10011 | 110010 | 0 | 110 | 100010101 | 1001111 | 1000110 |
Color Harmonies of #C278EF
Complementary color
Monochromatic Colors of #C278EF
Black with #C278EF
Text Example
Text Example
White with #C278EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278EF; }
p { color: rgb(194,120,239); }
H1.HeaderClassName
{
color: #C278EF;
}
.AnyTagClassName
{
color: #C278EF;
}
</style>
background-color css
<style>
a { background-color: #C278EF; }
a { background-color: rgb(194,120,239); }
div.DivClassName
{
background-color: #C278EF;
}
.BgClassName
{
background-color: #C278EF;
}
</style>
border-color css
<style>
span { border-color: #C278EF; }
span { border-color: rgb(194,120,239); }
td.TdClassName
{
border-color: #C278EF;
}
.TagClassName
{
border-color: #C278EF;
}
</style>