Shades of Heliotrope #C279FD
Tints of Heliotrope #C279FD
RGB
CMYK
RGB Variations
Color information
#C279FD (or 0xC279FD) is known color: Heliotrope. HEX triplet: C2, 79 and FD. RGB value is (194,121,253). Sum of RGB (Red+Green+Blue) = 194+121+253=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #C279FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C279FD is #3D8602. Grayscale: #9D9D9D. Windows color (decimal): -4032003 or 16611778. OLE color: 16611778.
HSL color Cylindrical-coordinate representation of color #C279FD: hue angle of 273.18º degrees, saturation: 0.97, 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 #C279FD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 121 | 253 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.01 |
| HSL | 273.18º | 0.97% | 0.73% | - |
| HSV(B) | 273.18º | 0.52% | 0.99% | - |
| XYZ | 46.82 | 32.24 | 96.68 | - |
| YUV | 157.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 253 | 0.23 | 0.52 | 0 | 0.01 | 273.18 | 0.97 | 0.73 |
| Hex | C2 | 79 | FD | 17 | 34 | 0 | 1 | 111 | 61 | 49 |
| Octal | 302 | 171 | 375 | 27 | 64 | 0 | 1 | 421 | 141 | 111 |
| Binary | 11000010 | 1111001 | 11111101 | 10111 | 110100 | 0 | 1 | 100010001 | 1100001 | 1001001 |
Color Harmonies of #C279FD
Complementary color
Monochromatic Colors of #C279FD
Black with #C279FD
Text Example
Text Example
White with #C279FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279FD; }
p { color: rgb(194,121,253); }
H1.HeaderClassName
{
color: #C279FD;
}
.AnyTagClassName
{
color: #C279FD;
}
</style>
background-color css
<style>
a { background-color: #C279FD; }
a { background-color: rgb(194,121,253); }
div.DivClassName
{
background-color: #C279FD;
}
.BgClassName
{
background-color: #C279FD;
}
</style>
border-color css
<style>
span { border-color: #C279FD; }
span { border-color: rgb(194,121,253); }
td.TdClassName
{
border-color: #C279FD;
}
.TagClassName
{
border-color: #C279FD;
}
</style>