Shades of Heliotrope #C279EF
Tints of Heliotrope #C279EF
RGB
CMYK
RGB Variations
Color information
#C279EF (or 0xC279EF) is known color: Heliotrope. HEX triplet: C2, 79 and EF. RGB value is (194,121,239). Sum of RGB (Red+Green+Blue) = 194+121+239=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #C279EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C279EF is #3D8610. Grayscale: #9B9B9B. Windows color (decimal): -4032017 or 15694274. OLE color: 15694274.
HSL color Cylindrical-coordinate representation of color #C279EF: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C279EF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 121 | 239 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.06 |
| HSL | 277.12º | 0.79% | 0.71% | - |
| HSV(B) | 277.12º | 0.49% | 0.94% | - |
| XYZ | 44.67 | 31.38 | 85.36 | - |
| YUV | 156.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 239 | 0.19 | 0.49 | 0 | 0.06 | 277.12 | 0.79 | 0.71 |
| Hex | C2 | 79 | EF | 13 | 31 | 0 | 6 | 115 | 4F | 47 |
| Octal | 302 | 171 | 357 | 23 | 61 | 0 | 6 | 425 | 117 | 107 |
| Binary | 11000010 | 1111001 | 11101111 | 10011 | 110001 | 0 | 110 | 100010101 | 1001111 | 1000111 |
Color Harmonies of #C279EF
Complementary color
Monochromatic Colors of #C279EF
Black with #C279EF
Text Example
Text Example
White with #C279EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279EF; }
p { color: rgb(194,121,239); }
H1.HeaderClassName
{
color: #C279EF;
}
.AnyTagClassName
{
color: #C279EF;
}
</style>
background-color css
<style>
a { background-color: #C279EF; }
a { background-color: rgb(194,121,239); }
div.DivClassName
{
background-color: #C279EF;
}
.BgClassName
{
background-color: #C279EF;
}
</style>
border-color css
<style>
span { border-color: #C279EF; }
span { border-color: rgb(194,121,239); }
td.TdClassName
{
border-color: #C279EF;
}
.TagClassName
{
border-color: #C279EF;
}
</style>