Shades of Heliotrope #C082FF
Tints of Heliotrope #C082FF
RGB
CMYK
RGB Variations
Color information
#C082FF (or 0xC082FF) is known color: Heliotrope. HEX triplet: C0, 82 and FF. RGB value is (192,130,255). Sum of RGB (Red+Green+Blue) = 192+130+255=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C082FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FF is #3F7D00. Grayscale: #A2A2A2. Windows color (decimal): -4160769 or 16745152. OLE color: 16745152.
HSL color Cylindrical-coordinate representation of color #C082FF: hue angle of 269.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C082FF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 130 | 255 | - |
| CMYK | 0.25 | 0.49 | 0 | 0 |
| HSL | 269.76º | 1% | 0.75% | - |
| HSV(B) | 269.76º | 0.49% | 1% | - |
| XYZ | 47.77 | 34.39 | 98.73 | - |
| YUV | 162.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 255 | 0.25 | 0.49 | 0 | 0 | 269.76 | 1 | 0.75 |
| Hex | C0 | 82 | FF | 19 | 31 | 0 | 0 | 10E | 64 | 4B |
| Octal | 300 | 202 | 377 | 31 | 61 | 0 | 0 | 416 | 144 | 113 |
| Binary | 11000000 | 10000010 | 11111111 | 11001 | 110001 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #C082FF
Complementary color
Monochromatic Colors of #C082FF
Black with #C082FF
Text Example
Text Example
White with #C082FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082FF; }
p { color: rgb(192,130,255); }
H1.HeaderClassName
{
color: #C082FF;
}
.AnyTagClassName
{
color: #C082FF;
}
</style>
background-color css
<style>
a { background-color: #C082FF; }
a { background-color: rgb(192,130,255); }
div.DivClassName
{
background-color: #C082FF;
}
.BgClassName
{
background-color: #C082FF;
}
</style>
border-color css
<style>
span { border-color: #C082FF; }
span { border-color: rgb(192,130,255); }
td.TdClassName
{
border-color: #C082FF;
}
.TagClassName
{
border-color: #C082FF;
}
</style>