Shades of Heliotrope #C082FE
Tints of Heliotrope #C082FE
RGB
CMYK
RGB Variations
Color information
#C082FE (or 0xC082FE) is known color: Heliotrope. HEX triplet: C0, 82 and FE. RGB value is (192,130,254). Sum of RGB (Red+Green+Blue) = 192+130+254=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #C082FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FE is #3F7D01. Grayscale: #A2A2A2. Windows color (decimal): -4160770 or 16679616. OLE color: 16679616.
HSL color Cylindrical-coordinate representation of color #C082FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C082FE is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 130 | 254 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.00 |
| HSL | 270º | 0.98% | 0.75% | - |
| HSV(B) | 270º | 0.49% | 1% | - |
| XYZ | 47.61 | 34.33 | 97.88 | - |
| YUV | 162.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 254 | 0.24 | 0.49 | 0 | 0.00 | 270 | 0.98 | 0.75 |
| Hex | C0 | 82 | FE | 18 | 31 | 0 | 0 | 10E | 62 | 4B |
| Octal | 300 | 202 | 376 | 30 | 61 | 0 | 0 | 416 | 142 | 113 |
| Binary | 11000000 | 10000010 | 11111110 | 11000 | 110001 | 0 | 0 | 100001110 | 1100010 | 1001011 |
Color Harmonies of #C082FE
Complementary color
Monochromatic Colors of #C082FE
Black with #C082FE
Text Example
Text Example
White with #C082FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082FE; }
p { color: rgb(192,130,254); }
H1.HeaderClassName
{
color: #C082FE;
}
.AnyTagClassName
{
color: #C082FE;
}
</style>
background-color css
<style>
a { background-color: #C082FE; }
a { background-color: rgb(192,130,254); }
div.DivClassName
{
background-color: #C082FE;
}
.BgClassName
{
background-color: #C082FE;
}
</style>
border-color css
<style>
span { border-color: #C082FE; }
span { border-color: rgb(192,130,254); }
td.TdClassName
{
border-color: #C082FE;
}
.TagClassName
{
border-color: #C082FE;
}
</style>