Shades of Heliotrope #C081FA
Tints of Heliotrope #C081FA
RGB
CMYK
RGB Variations
Color information
#C081FA (or 0xC081FA) is known color: Heliotrope. HEX triplet: C0, 81 and FA. RGB value is (192,129,250). Sum of RGB (Red+Green+Blue) = 192+129+250=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C081FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081FA is #3F7E05. Grayscale: #A1A1A1. Windows color (decimal): -4161030 or 16417216. OLE color: 16417216.
HSL color Cylindrical-coordinate representation of color #C081FA: hue angle of 271.24º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C081FA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 129 | 250 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.02 |
| HSL | 271.24º | 0.92% | 0.74% | - |
| HSV(B) | 271.24º | 0.48% | 0.98% | - |
| XYZ | 46.84 | 33.81 | 94.5 | - |
| YUV | 161.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 250 | 0.23 | 0.48 | 0 | 0.02 | 271.24 | 0.92 | 0.74 |
| Hex | C0 | 81 | FA | 17 | 30 | 0 | 2 | 10F | 5C | 4A |
| Octal | 300 | 201 | 372 | 27 | 60 | 0 | 2 | 417 | 134 | 112 |
| Binary | 11000000 | 10000001 | 11111010 | 10111 | 110000 | 0 | 10 | 100001111 | 1011100 | 1001010 |
Color Harmonies of #C081FA
Complementary color
Monochromatic Colors of #C081FA
Black with #C081FA
Text Example
Text Example
White with #C081FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081FA; }
p { color: rgb(192,129,250); }
H1.HeaderClassName
{
color: #C081FA;
}
.AnyTagClassName
{
color: #C081FA;
}
</style>
background-color css
<style>
a { background-color: #C081FA; }
a { background-color: rgb(192,129,250); }
div.DivClassName
{
background-color: #C081FA;
}
.BgClassName
{
background-color: #C081FA;
}
</style>
border-color css
<style>
span { border-color: #C081FA; }
span { border-color: rgb(192,129,250); }
td.TdClassName
{
border-color: #C081FA;
}
.TagClassName
{
border-color: #C081FA;
}
</style>