Shades of Heliotrope #C081FB
Tints of Heliotrope #C081FB
RGB
CMYK
RGB Variations
Color information
#C081FB (or 0xC081FB) is known color: Heliotrope. HEX triplet: C0, 81 and FB. RGB value is (192,129,251). Sum of RGB (Red+Green+Blue) = 192+129+251=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C081FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081FB is #3F7E04. Grayscale: #A1A1A1. Windows color (decimal): -4161029 or 16482752. OLE color: 16482752.
HSL color Cylindrical-coordinate representation of color #C081FB: hue angle of 270.98º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C081FB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 129 | 251 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.02 |
| HSL | 270.98º | 0.94% | 0.75% | - |
| HSV(B) | 270.98º | 0.49% | 0.98% | - |
| XYZ | 47 | 33.87 | 95.33 | - |
| YUV | 161.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 251 | 0.24 | 0.49 | 0 | 0.02 | 270.98 | 0.94 | 0.75 |
| Hex | C0 | 81 | FB | 18 | 31 | 0 | 2 | 10F | 5E | 4B |
| Octal | 300 | 201 | 373 | 30 | 61 | 0 | 2 | 417 | 136 | 113 |
| Binary | 11000000 | 10000001 | 11111011 | 11000 | 110001 | 0 | 10 | 100001111 | 1011110 | 1001011 |
Color Harmonies of #C081FB
Complementary color
Monochromatic Colors of #C081FB
Black with #C081FB
Text Example
Text Example
White with #C081FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081FB; }
p { color: rgb(192,129,251); }
H1.HeaderClassName
{
color: #C081FB;
}
.AnyTagClassName
{
color: #C081FB;
}
</style>
background-color css
<style>
a { background-color: #C081FB; }
a { background-color: rgb(192,129,251); }
div.DivClassName
{
background-color: #C081FB;
}
.BgClassName
{
background-color: #C081FB;
}
</style>
border-color css
<style>
span { border-color: #C081FB; }
span { border-color: rgb(192,129,251); }
td.TdClassName
{
border-color: #C081FB;
}
.TagClassName
{
border-color: #C081FB;
}
</style>