Shades of Heliotrope #C082FA
Tints of Heliotrope #C082FA
RGB
CMYK
RGB Variations
Color information
#C082FA (or 0xC082FA) is known color: Heliotrope. HEX triplet: C0, 82 and FA. RGB value is (192,130,250). Sum of RGB (Red+Green+Blue) = 192+130+250=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C082FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FA is #3F7D05. Grayscale: #A1A1A1. Windows color (decimal): -4160774 or 16417472. OLE color: 16417472.
HSL color Cylindrical-coordinate representation of color #C082FA: hue angle of 271º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C082FA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 130 | 250 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.02 |
| HSL | 271º | 0.92% | 0.75% | - |
| HSV(B) | 271º | 0.48% | 0.98% | - |
| XYZ | 46.98 | 34.07 | 94.54 | - |
| YUV | 162.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 250 | 0.23 | 0.48 | 0 | 0.02 | 271 | 0.92 | 0.75 |
| Hex | C0 | 82 | FA | 17 | 30 | 0 | 2 | 10F | 5C | 4B |
| Octal | 300 | 202 | 372 | 27 | 60 | 0 | 2 | 417 | 134 | 113 |
| Binary | 11000000 | 10000010 | 11111010 | 10111 | 110000 | 0 | 10 | 100001111 | 1011100 | 1001011 |
Color Harmonies of #C082FA
Complementary color
Monochromatic Colors of #C082FA
Black with #C082FA
Text Example
Text Example
White with #C082FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082FA; }
p { color: rgb(192,130,250); }
H1.HeaderClassName
{
color: #C082FA;
}
.AnyTagClassName
{
color: #C082FA;
}
</style>
background-color css
<style>
a { background-color: #C082FA; }
a { background-color: rgb(192,130,250); }
div.DivClassName
{
background-color: #C082FA;
}
.BgClassName
{
background-color: #C082FA;
}
</style>
border-color css
<style>
span { border-color: #C082FA; }
span { border-color: rgb(192,130,250); }
td.TdClassName
{
border-color: #C082FA;
}
.TagClassName
{
border-color: #C082FA;
}
</style>