Shades of Heliotrope #C081FD
Tints of Heliotrope #C081FD
RGB
CMYK
RGB Variations
Color information
#C081FD (or 0xC081FD) is known color: Heliotrope. HEX triplet: C0, 81 and FD. RGB value is (192,129,253). Sum of RGB (Red+Green+Blue) = 192+129+253=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #C081FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081FD is #3F7E02. Grayscale: #A1A1A1. Windows color (decimal): -4161027 or 16613824. OLE color: 16613824.
HSL color Cylindrical-coordinate representation of color #C081FD: hue angle of 270.48º 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 #C081FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 129 | 253 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.01 |
| HSL | 270.48º | 0.97% | 0.75% | - |
| HSV(B) | 270.48º | 0.49% | 0.99% | - |
| XYZ | 47.32 | 34 | 97 | - |
| YUV | 161.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 253 | 0.24 | 0.49 | 0 | 0.01 | 270.48 | 0.97 | 0.75 |
| Hex | C0 | 81 | FD | 18 | 31 | 0 | 1 | 10E | 61 | 4B |
| Octal | 300 | 201 | 375 | 30 | 61 | 0 | 1 | 416 | 141 | 113 |
| Binary | 11000000 | 10000001 | 11111101 | 11000 | 110001 | 0 | 1 | 100001110 | 1100001 | 1001011 |
Color Harmonies of #C081FD
Complementary color
Monochromatic Colors of #C081FD
Black with #C081FD
Text Example
Text Example
White with #C081FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081FD; }
p { color: rgb(192,129,253); }
H1.HeaderClassName
{
color: #C081FD;
}
.AnyTagClassName
{
color: #C081FD;
}
</style>
background-color css
<style>
a { background-color: #C081FD; }
a { background-color: rgb(192,129,253); }
div.DivClassName
{
background-color: #C081FD;
}
.BgClassName
{
background-color: #C081FD;
}
</style>
border-color css
<style>
span { border-color: #C081FD; }
span { border-color: rgb(192,129,253); }
td.TdClassName
{
border-color: #C081FD;
}
.TagClassName
{
border-color: #C081FD;
}
</style>