Shades of Heliotrope #C056FD
Tints of Heliotrope #C056FD
RGB
CMYK
RGB Variations
Color information
#C056FD (or 0xC056FD) is known color: Heliotrope. HEX triplet: C0, 56 and FD. RGB value is (192,86,253). Sum of RGB (Red+Green+Blue) = 192+86+253=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C056FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056FD is #3FA902. Grayscale: #888888. Windows color (decimal): -4172035 or 16602816. OLE color: 16602816.
HSL color Cylindrical-coordinate representation of color #C056FD: hue angle of 278.08º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C056FD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 86 | 253 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.01 |
| HSL | 278.08º | 0.98% | 0.66% | - |
| HSV(B) | 278.08º | 0.66% | 0.99% | - |
| XYZ | 42.8 | 24.95 | 95.49 | - |
| YUV | 136.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 253 | 0.24 | 0.66 | 0 | 0.01 | 278.08 | 0.98 | 0.66 |
| Hex | C0 | 56 | FD | 18 | 42 | 0 | 1 | 116 | 62 | 42 |
| Octal | 300 | 126 | 375 | 30 | 102 | 0 | 1 | 426 | 142 | 102 |
| Binary | 11000000 | 1010110 | 11111101 | 11000 | 1000010 | 0 | 1 | 100010110 | 1100010 | 1000010 |
Color Harmonies of #C056FD
Complementary color
Monochromatic Colors of #C056FD
Black with #C056FD
Text Example
Text Example
White with #C056FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056FD; }
p { color: rgb(192,86,253); }
H1.HeaderClassName
{
color: #C056FD;
}
.AnyTagClassName
{
color: #C056FD;
}
</style>
background-color css
<style>
a { background-color: #C056FD; }
a { background-color: rgb(192,86,253); }
div.DivClassName
{
background-color: #C056FD;
}
.BgClassName
{
background-color: #C056FD;
}
</style>
border-color css
<style>
span { border-color: #C056FD; }
span { border-color: rgb(192,86,253); }
td.TdClassName
{
border-color: #C056FD;
}
.TagClassName
{
border-color: #C056FD;
}
</style>