Shades of Heliotrope #C078FD
Tints of Heliotrope #C078FD
RGB
CMYK
RGB Variations
Color information
#C078FD (or 0xC078FD) is known color: Heliotrope. HEX triplet: C0, 78 and FD. RGB value is (192,120,253). Sum of RGB (Red+Green+Blue) = 192+120+253=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C078FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FD is #3F8702. Grayscale: #9C9C9C. Windows color (decimal): -4163331 or 16611520. OLE color: 16611520.
HSL color Cylindrical-coordinate representation of color #C078FD: hue angle of 272.48º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C078FD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 120 | 253 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.01 |
| HSL | 272.48º | 0.97% | 0.73% | - |
| HSV(B) | 272.48º | 0.53% | 0.99% | - |
| XYZ | 46.18 | 31.73 | 96.62 | - |
| YUV | 156.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 253 | 0.24 | 0.53 | 0 | 0.01 | 272.48 | 0.97 | 0.73 |
| Hex | C0 | 78 | FD | 18 | 35 | 0 | 1 | 110 | 61 | 49 |
| Octal | 300 | 170 | 375 | 30 | 65 | 0 | 1 | 420 | 141 | 111 |
| Binary | 11000000 | 1111000 | 11111101 | 11000 | 110101 | 0 | 1 | 100010000 | 1100001 | 1001001 |
Color Harmonies of #C078FD
Complementary color
Monochromatic Colors of #C078FD
Black with #C078FD
Text Example
Text Example
White with #C078FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078FD; }
p { color: rgb(192,120,253); }
H1.HeaderClassName
{
color: #C078FD;
}
.AnyTagClassName
{
color: #C078FD;
}
</style>
background-color css
<style>
a { background-color: #C078FD; }
a { background-color: rgb(192,120,253); }
div.DivClassName
{
background-color: #C078FD;
}
.BgClassName
{
background-color: #C078FD;
}
</style>
border-color css
<style>
span { border-color: #C078FD; }
span { border-color: rgb(192,120,253); }
td.TdClassName
{
border-color: #C078FD;
}
.TagClassName
{
border-color: #C078FD;
}
</style>