Shades of Heliotrope #C278FB
Tints of Heliotrope #C278FB
RGB
CMYK
RGB Variations
Color information
#C278FB (or 0xC278FB) is known color: Heliotrope. HEX triplet: C2, 78 and FB. RGB value is (194,120,251). Sum of RGB (Red+Green+Blue) = 194+120+251=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #C278FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278FB is #3D8704. Grayscale: #9C9C9C. Windows color (decimal): -4032261 or 16480450. OLE color: 16480450.
HSL color Cylindrical-coordinate representation of color #C278FB: hue angle of 273.89º degrees, saturation: 0.94, 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 #C278FB is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 120 | 251 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.02 |
| HSL | 273.89º | 0.94% | 0.73% | - |
| HSV(B) | 273.89º | 0.52% | 0.98% | - |
| XYZ | 46.38 | 31.87 | 94.97 | - |
| YUV | 157.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 251 | 0.23 | 0.52 | 0 | 0.02 | 273.89 | 0.94 | 0.73 |
| Hex | C2 | 78 | FB | 17 | 34 | 0 | 2 | 112 | 5E | 49 |
| Octal | 302 | 170 | 373 | 27 | 64 | 0 | 2 | 422 | 136 | 111 |
| Binary | 11000010 | 1111000 | 11111011 | 10111 | 110100 | 0 | 10 | 100010010 | 1011110 | 1001001 |
Color Harmonies of #C278FB
Complementary color
Monochromatic Colors of #C278FB
Black with #C278FB
Text Example
Text Example
White with #C278FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278FB; }
p { color: rgb(194,120,251); }
H1.HeaderClassName
{
color: #C278FB;
}
.AnyTagClassName
{
color: #C278FB;
}
</style>
background-color css
<style>
a { background-color: #C278FB; }
a { background-color: rgb(194,120,251); }
div.DivClassName
{
background-color: #C278FB;
}
.BgClassName
{
background-color: #C278FB;
}
</style>
border-color css
<style>
span { border-color: #C278FB; }
span { border-color: rgb(194,120,251); }
td.TdClassName
{
border-color: #C278FB;
}
.TagClassName
{
border-color: #C278FB;
}
</style>