Shades of Heliotrope #C082F5
Tints of Heliotrope #C082F5
RGB
CMYK
RGB Variations
Color information
#C082F5 (or 0xC082F5) is known color: Heliotrope. HEX triplet: C0, 82 and F5. RGB value is (192,130,245). Sum of RGB (Red+Green+Blue) = 192+130+245=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #C082F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F5 is #3F7D0A. Grayscale: #A1A1A1. Windows color (decimal): -4160779 or 16089792. OLE color: 16089792.
HSL color Cylindrical-coordinate representation of color #C082F5: hue angle of 272.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F5 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 130 | 245 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.04 |
| HSL | 272.35º | 0.85% | 0.74% | - |
| HSV(B) | 272.35º | 0.47% | 0.96% | - |
| XYZ | 46.2 | 33.76 | 90.47 | - |
| YUV | 161.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 245 | 0.22 | 0.47 | 0 | 0.04 | 272.35 | 0.85 | 0.74 |
| Hex | C0 | 82 | F5 | 16 | 2F | 0 | 4 | 110 | 55 | 4A |
| Octal | 300 | 202 | 365 | 26 | 57 | 0 | 4 | 420 | 125 | 112 |
| Binary | 11000000 | 10000010 | 11110101 | 10110 | 101111 | 0 | 100 | 100010000 | 1010101 | 1001010 |
Color Harmonies of #C082F5
Complementary color
Monochromatic Colors of #C082F5
Black with #C082F5
Text Example
Text Example
White with #C082F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082F5; }
p { color: rgb(192,130,245); }
H1.HeaderClassName
{
color: #C082F5;
}
.AnyTagClassName
{
color: #C082F5;
}
</style>
background-color css
<style>
a { background-color: #C082F5; }
a { background-color: rgb(192,130,245); }
div.DivClassName
{
background-color: #C082F5;
}
.BgClassName
{
background-color: #C082F5;
}
</style>
border-color css
<style>
span { border-color: #C082F5; }
span { border-color: rgb(192,130,245); }
td.TdClassName
{
border-color: #C082F5;
}
.TagClassName
{
border-color: #C082F5;
}
</style>