Shades of Heliotrope #C279FF
Tints of Heliotrope #C279FF
RGB
CMYK
RGB Variations
Color information
#C279FF (or 0xC279FF) is known color: Heliotrope. HEX triplet: C2, 79 and FF. RGB value is (194,121,255). Sum of RGB (Red+Green+Blue) = 194+121+255=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C279FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C279FF is #3D8600. Grayscale: #9D9D9D. Windows color (decimal): -4032001 or 16742850. OLE color: 16742850.
HSL color Cylindrical-coordinate representation of color #C279FF: hue angle of 272.69º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C279FF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 121 | 255 | - |
| CMYK | 0.24 | 0.53 | 0 | 0 |
| HSL | 272.69º | 1% | 0.74% | - |
| HSV(B) | 272.69º | 0.53% | 1% | - |
| XYZ | 47.14 | 32.36 | 98.37 | - |
| YUV | 158.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 255 | 0.24 | 0.53 | 0 | 0 | 272.69 | 1 | 0.74 |
| Hex | C2 | 79 | FF | 18 | 35 | 0 | 0 | 111 | 64 | 4A |
| Octal | 302 | 171 | 377 | 30 | 65 | 0 | 0 | 421 | 144 | 112 |
| Binary | 11000010 | 1111001 | 11111111 | 11000 | 110101 | 0 | 0 | 100010001 | 1100100 | 1001010 |
Color Harmonies of #C279FF
Complementary color
Monochromatic Colors of #C279FF
Black with #C279FF
Text Example
Text Example
White with #C279FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279FF; }
p { color: rgb(194,121,255); }
H1.HeaderClassName
{
color: #C279FF;
}
.AnyTagClassName
{
color: #C279FF;
}
</style>
background-color css
<style>
a { background-color: #C279FF; }
a { background-color: rgb(194,121,255); }
div.DivClassName
{
background-color: #C279FF;
}
.BgClassName
{
background-color: #C279FF;
}
</style>
border-color css
<style>
span { border-color: #C279FF; }
span { border-color: rgb(194,121,255); }
td.TdClassName
{
border-color: #C279FF;
}
.TagClassName
{
border-color: #C279FF;
}
</style>