Shades of Heliotrope #C278E6
Tints of Heliotrope #C278E6
RGB
CMYK
RGB Variations
Color information
#C278E6 (or 0xC278E6) is known color: Heliotrope. HEX triplet: C2, 78 and E6. RGB value is (194,120,230). Sum of RGB (Red+Green+Blue) = 194+120+230=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #C278E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278E6 is #3D8719. Grayscale: #9A9A9A. Windows color (decimal): -4032282 or 15104194. OLE color: 15104194.
HSL color Cylindrical-coordinate representation of color #C278E6: hue angle of 280.36º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C278E6 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 120 | 230 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.10 |
| HSL | 280.36º | 0.69% | 0.69% | - |
| HSV(B) | 280.36º | 0.48% | 0.9% | - |
| XYZ | 43.25 | 30.62 | 78.49 | - |
| YUV | 154.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 230 | 0.16 | 0.48 | 0 | 0.10 | 280.36 | 0.69 | 0.69 |
| Hex | C2 | 78 | E6 | 10 | 30 | 0 | A | 118 | 45 | 45 |
| Octal | 302 | 170 | 346 | 20 | 60 | 0 | 12 | 430 | 105 | 105 |
| Binary | 11000010 | 1111000 | 11100110 | 10000 | 110000 | 0 | 1010 | 100011000 | 1000101 | 1000101 |
Color Harmonies of #C278E6
Complementary color
Monochromatic Colors of #C278E6
Black with #C278E6
Text Example
Text Example
White with #C278E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278E6; }
p { color: rgb(194,120,230); }
H1.HeaderClassName
{
color: #C278E6;
}
.AnyTagClassName
{
color: #C278E6;
}
</style>
background-color css
<style>
a { background-color: #C278E6; }
a { background-color: rgb(194,120,230); }
div.DivClassName
{
background-color: #C278E6;
}
.BgClassName
{
background-color: #C278E6;
}
</style>
border-color css
<style>
span { border-color: #C278E6; }
span { border-color: rgb(194,120,230); }
td.TdClassName
{
border-color: #C278E6;
}
.TagClassName
{
border-color: #C278E6;
}
</style>