Shades of Heliotrope #C078FB
Tints of Heliotrope #C078FB
RGB
CMYK
RGB Variations
Color information
#C078FB (or 0xC078FB) is known color: Heliotrope. HEX triplet: C0, 78 and FB. RGB value is (192,120,251). Sum of RGB (Red+Green+Blue) = 192+120+251=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #C078FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FB is #3F8704. Grayscale: #9C9C9C. Windows color (decimal): -4163333 or 16480448. OLE color: 16480448.
HSL color Cylindrical-coordinate representation of color #C078FB: hue angle of 272.98º 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 #C078FB is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 120 | 251 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.02 |
| HSL | 272.98º | 0.94% | 0.73% | - |
| HSV(B) | 272.98º | 0.52% | 0.98% | - |
| XYZ | 45.87 | 31.6 | 94.95 | - |
| YUV | 156.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 251 | 0.24 | 0.52 | 0 | 0.02 | 272.98 | 0.94 | 0.73 |
| Hex | C0 | 78 | FB | 18 | 34 | 0 | 2 | 111 | 5E | 49 |
| Octal | 300 | 170 | 373 | 30 | 64 | 0 | 2 | 421 | 136 | 111 |
| Binary | 11000000 | 1111000 | 11111011 | 11000 | 110100 | 0 | 10 | 100010001 | 1011110 | 1001001 |
Color Harmonies of #C078FB
Complementary color
Monochromatic Colors of #C078FB
Black with #C078FB
Text Example
Text Example
White with #C078FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078FB; }
p { color: rgb(192,120,251); }
H1.HeaderClassName
{
color: #C078FB;
}
.AnyTagClassName
{
color: #C078FB;
}
</style>
background-color css
<style>
a { background-color: #C078FB; }
a { background-color: rgb(192,120,251); }
div.DivClassName
{
background-color: #C078FB;
}
.BgClassName
{
background-color: #C078FB;
}
</style>
border-color css
<style>
span { border-color: #C078FB; }
span { border-color: rgb(192,120,251); }
td.TdClassName
{
border-color: #C078FB;
}
.TagClassName
{
border-color: #C078FB;
}
</style>