Shades of Heliotrope #C278F9
Tints of Heliotrope #C278F9
RGB
CMYK
RGB Variations
Color information
#C278F9 (or 0xC278F9) is known color: Heliotrope. HEX triplet: C2, 78 and F9. RGB value is (194,120,249). Sum of RGB (Red+Green+Blue) = 194+120+249=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #C278F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278F9 is #3D8706. Grayscale: #9C9C9C. Windows color (decimal): -4032263 or 16349378. OLE color: 16349378.
HSL color Cylindrical-coordinate representation of color #C278F9: hue angle of 274.42º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C278F9 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 120 | 249 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.02 |
| HSL | 274.42º | 0.91% | 0.72% | - |
| HSV(B) | 274.42º | 0.52% | 0.98% | - |
| XYZ | 46.06 | 31.74 | 93.32 | - |
| YUV | 156.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 249 | 0.22 | 0.52 | 0 | 0.02 | 274.42 | 0.91 | 0.72 |
| Hex | C2 | 78 | F9 | 16 | 34 | 0 | 2 | 112 | 5B | 48 |
| Octal | 302 | 170 | 371 | 26 | 64 | 0 | 2 | 422 | 133 | 110 |
| Binary | 11000010 | 1111000 | 11111001 | 10110 | 110100 | 0 | 10 | 100010010 | 1011011 | 1001000 |
Color Harmonies of #C278F9
Complementary color
Monochromatic Colors of #C278F9
Black with #C278F9
Text Example
Text Example
White with #C278F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278F9; }
p { color: rgb(194,120,249); }
H1.HeaderClassName
{
color: #C278F9;
}
.AnyTagClassName
{
color: #C278F9;
}
</style>
background-color css
<style>
a { background-color: #C278F9; }
a { background-color: rgb(194,120,249); }
div.DivClassName
{
background-color: #C278F9;
}
.BgClassName
{
background-color: #C278F9;
}
</style>
border-color css
<style>
span { border-color: #C278F9; }
span { border-color: rgb(194,120,249); }
td.TdClassName
{
border-color: #C278F9;
}
.TagClassName
{
border-color: #C278F9;
}
</style>