Shades of Heliotrope #C278FF
Tints of Heliotrope #C278FF
RGB
CMYK
RGB Variations
Color information
#C278FF (or 0xC278FF) is known color: Heliotrope. HEX triplet: C2, 78 and FF. RGB value is (194,120,255). Sum of RGB (Red+Green+Blue) = 194+120+255=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #C278FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278FF is #3D8700. Grayscale: #9D9D9D. Windows color (decimal): -4032257 or 16742594. OLE color: 16742594.
HSL color Cylindrical-coordinate representation of color #C278FF: hue angle of 272.89º 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 #C278FF is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 120 | 255 | - |
| CMYK | 0.24 | 0.53 | 0 | 0 |
| HSL | 272.89º | 1% | 0.74% | - |
| HSV(B) | 272.89º | 0.53% | 1% | - |
| XYZ | 47.01 | 32.12 | 98.33 | - |
| YUV | 157.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 255 | 0.24 | 0.53 | 0 | 0 | 272.89 | 1 | 0.74 |
| Hex | C2 | 78 | FF | 18 | 35 | 0 | 0 | 111 | 64 | 4A |
| Octal | 302 | 170 | 377 | 30 | 65 | 0 | 0 | 421 | 144 | 112 |
| Binary | 11000010 | 1111000 | 11111111 | 11000 | 110101 | 0 | 0 | 100010001 | 1100100 | 1001010 |
Color Harmonies of #C278FF
Complementary color
Monochromatic Colors of #C278FF
Black with #C278FF
Text Example
Text Example
White with #C278FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278FF; }
p { color: rgb(194,120,255); }
H1.HeaderClassName
{
color: #C278FF;
}
.AnyTagClassName
{
color: #C278FF;
}
</style>
background-color css
<style>
a { background-color: #C278FF; }
a { background-color: rgb(194,120,255); }
div.DivClassName
{
background-color: #C278FF;
}
.BgClassName
{
background-color: #C278FF;
}
</style>
border-color css
<style>
span { border-color: #C278FF; }
span { border-color: rgb(194,120,255); }
td.TdClassName
{
border-color: #C278FF;
}
.TagClassName
{
border-color: #C278FF;
}
</style>