Shades of Heliotrope #C080FD
Tints of Heliotrope #C080FD
RGB
CMYK
RGB Variations
Color information
#C080FD (or 0xC080FD) is known color: Heliotrope. HEX triplet: C0, 80 and FD. RGB value is (192,128,253). Sum of RGB (Red+Green+Blue) = 192+128+253=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #C080FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080FD is #3F7F02. Grayscale: #A0A0A0. Windows color (decimal): -4161283 or 16613568. OLE color: 16613568.
HSL color Cylindrical-coordinate representation of color #C080FD: hue angle of 270.72º 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 #C080FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 128 | 253 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.01 |
| HSL | 270.72º | 0.97% | 0.75% | - |
| HSV(B) | 270.72º | 0.49% | 0.99% | - |
| XYZ | 47.19 | 33.74 | 96.95 | - |
| YUV | 161.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 253 | 0.24 | 0.49 | 0 | 0.01 | 270.72 | 0.97 | 0.75 |
| Hex | C0 | 80 | FD | 18 | 31 | 0 | 1 | 10F | 61 | 4B |
| Octal | 300 | 200 | 375 | 30 | 61 | 0 | 1 | 417 | 141 | 113 |
| Binary | 11000000 | 10000000 | 11111101 | 11000 | 110001 | 0 | 1 | 100001111 | 1100001 | 1001011 |
Color Harmonies of #C080FD
Complementary color
Monochromatic Colors of #C080FD
Black with #C080FD
Text Example
Text Example
White with #C080FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080FD; }
p { color: rgb(192,128,253); }
H1.HeaderClassName
{
color: #C080FD;
}
.AnyTagClassName
{
color: #C080FD;
}
</style>
background-color css
<style>
a { background-color: #C080FD; }
a { background-color: rgb(192,128,253); }
div.DivClassName
{
background-color: #C080FD;
}
.BgClassName
{
background-color: #C080FD;
}
</style>
border-color css
<style>
span { border-color: #C080FD; }
span { border-color: rgb(192,128,253); }
td.TdClassName
{
border-color: #C080FD;
}
.TagClassName
{
border-color: #C080FD;
}
</style>