Shades of Heliotrope #C278F2
Tints of Heliotrope #C278F2
RGB
CMYK
RGB Variations
Color information
#C278F2 (or 0xC278F2) is known color: Heliotrope. HEX triplet: C2, 78 and F2. RGB value is (194,120,242). Sum of RGB (Red+Green+Blue) = 194+120+242=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #C278F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278F2 is #3D870D. Grayscale: #9B9B9B. Windows color (decimal): -4032270 or 15890626. OLE color: 15890626.
HSL color Cylindrical-coordinate representation of color #C278F2: hue angle of 276.39º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C278F2 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 120 | 242 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.05 |
| HSL | 276.39º | 0.82% | 0.71% | - |
| HSV(B) | 276.39º | 0.5% | 0.95% | - |
| XYZ | 44.99 | 31.31 | 87.68 | - |
| YUV | 156.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 242 | 0.20 | 0.50 | 0 | 0.05 | 276.39 | 0.82 | 0.71 |
| Hex | C2 | 78 | F2 | 14 | 32 | 0 | 5 | 114 | 52 | 47 |
| Octal | 302 | 170 | 362 | 24 | 62 | 0 | 5 | 424 | 122 | 107 |
| Binary | 11000010 | 1111000 | 11110010 | 10100 | 110010 | 0 | 101 | 100010100 | 1010010 | 1000111 |
Color Harmonies of #C278F2
Complementary color
Monochromatic Colors of #C278F2
Black with #C278F2
Text Example
Text Example
White with #C278F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278F2; }
p { color: rgb(194,120,242); }
H1.HeaderClassName
{
color: #C278F2;
}
.AnyTagClassName
{
color: #C278F2;
}
</style>
background-color css
<style>
a { background-color: #C278F2; }
a { background-color: rgb(194,120,242); }
div.DivClassName
{
background-color: #C278F2;
}
.BgClassName
{
background-color: #C278F2;
}
</style>
border-color css
<style>
span { border-color: #C278F2; }
span { border-color: rgb(194,120,242); }
td.TdClassName
{
border-color: #C278F2;
}
.TagClassName
{
border-color: #C278F2;
}
</style>