Shades of Heliotrope #C278FA
Tints of Heliotrope #C278FA
RGB
CMYK
RGB Variations
Color information
#C278FA (or 0xC278FA) is known color: Heliotrope. HEX triplet: C2, 78 and FA. RGB value is (194,120,250). Sum of RGB (Red+Green+Blue) = 194+120+250=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C278FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278FA is #3D8705. Grayscale: #9C9C9C. Windows color (decimal): -4032262 or 16414914. OLE color: 16414914.
HSL color Cylindrical-coordinate representation of color #C278FA: hue angle of 274.15º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C278FA is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 120 | 250 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.02 |
| HSL | 274.15º | 0.93% | 0.73% | - |
| HSV(B) | 274.15º | 0.52% | 0.98% | - |
| XYZ | 46.22 | 31.8 | 94.15 | - |
| YUV | 156.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 250 | 0.22 | 0.52 | 0 | 0.02 | 274.15 | 0.93 | 0.73 |
| Hex | C2 | 78 | FA | 16 | 34 | 0 | 2 | 112 | 5D | 49 |
| Octal | 302 | 170 | 372 | 26 | 64 | 0 | 2 | 422 | 135 | 111 |
| Binary | 11000010 | 1111000 | 11111010 | 10110 | 110100 | 0 | 10 | 100010010 | 1011101 | 1001001 |
Color Harmonies of #C278FA
Complementary color
Monochromatic Colors of #C278FA
Black with #C278FA
Text Example
Text Example
White with #C278FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278FA; }
p { color: rgb(194,120,250); }
H1.HeaderClassName
{
color: #C278FA;
}
.AnyTagClassName
{
color: #C278FA;
}
</style>
background-color css
<style>
a { background-color: #C278FA; }
a { background-color: rgb(194,120,250); }
div.DivClassName
{
background-color: #C278FA;
}
.BgClassName
{
background-color: #C278FA;
}
</style>
border-color css
<style>
span { border-color: #C278FA; }
span { border-color: rgb(194,120,250); }
td.TdClassName
{
border-color: #C278FA;
}
.TagClassName
{
border-color: #C278FA;
}
</style>