Shades of Heliotrope #C082FD
Tints of Heliotrope #C082FD
RGB
CMYK
RGB Variations
Color information
#C082FD (or 0xC082FD) is known color: Heliotrope. HEX triplet: C0, 82 and FD. RGB value is (192,130,253). Sum of RGB (Red+Green+Blue) = 192+130+253=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C082FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082FD is #3F7D02. Grayscale: #A2A2A2. Windows color (decimal): -4160771 or 16614080. OLE color: 16614080.
HSL color Cylindrical-coordinate representation of color #C082FD: hue angle of 270.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C082FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 130 | 253 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.01 |
| HSL | 270.24º | 0.97% | 0.75% | - |
| HSV(B) | 270.24º | 0.49% | 0.99% | - |
| XYZ | 47.45 | 34.26 | 97.04 | - |
| YUV | 162.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 253 | 0.24 | 0.49 | 0 | 0.01 | 270.24 | 0.97 | 0.75 |
| Hex | C0 | 82 | FD | 18 | 31 | 0 | 1 | 10E | 61 | 4B |
| Octal | 300 | 202 | 375 | 30 | 61 | 0 | 1 | 416 | 141 | 113 |
| Binary | 11000000 | 10000010 | 11111101 | 11000 | 110001 | 0 | 1 | 100001110 | 1100001 | 1001011 |
Color Harmonies of #C082FD
Complementary color
Monochromatic Colors of #C082FD
Black with #C082FD
Text Example
Text Example
White with #C082FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082FD; }
p { color: rgb(192,130,253); }
H1.HeaderClassName
{
color: #C082FD;
}
.AnyTagClassName
{
color: #C082FD;
}
</style>
background-color css
<style>
a { background-color: #C082FD; }
a { background-color: rgb(192,130,253); }
div.DivClassName
{
background-color: #C082FD;
}
.BgClassName
{
background-color: #C082FD;
}
</style>
border-color css
<style>
span { border-color: #C082FD; }
span { border-color: rgb(192,130,253); }
td.TdClassName
{
border-color: #C082FD;
}
.TagClassName
{
border-color: #C082FD;
}
</style>