Shades of Heliotrope #C181FD
Tints of Heliotrope #C181FD
RGB
CMYK
RGB Variations
Color information
#C181FD (or 0xC181FD) is known color: Heliotrope. HEX triplet: C1, 81 and FD. RGB value is (193,129,253). Sum of RGB (Red+Green+Blue) = 193+129+253=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 129 (50.78% from 255 or 22.43% 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 #C181FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181FD is #3E7E02. Grayscale: #A1A1A1. Windows color (decimal): -4095491 or 16613825. OLE color: 16613825.
HSL color Cylindrical-coordinate representation of color #C181FD: hue angle of 270.97º 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 #C181FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 129 | 253 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.01 |
| HSL | 270.97º | 0.97% | 0.75% | - |
| HSV(B) | 270.97º | 0.49% | 0.99% | - |
| XYZ | 47.57 | 34.13 | 97.01 | - |
| YUV | 162.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 253 | 0.24 | 0.49 | 0 | 0.01 | 270.97 | 0.97 | 0.75 |
| Hex | C1 | 81 | FD | 18 | 31 | 0 | 1 | 10F | 61 | 4B |
| Octal | 301 | 201 | 375 | 30 | 61 | 0 | 1 | 417 | 141 | 113 |
| Binary | 11000001 | 10000001 | 11111101 | 11000 | 110001 | 0 | 1 | 100001111 | 1100001 | 1001011 |
Color Harmonies of #C181FD
Complementary color
Monochromatic Colors of #C181FD
Black with #C181FD
Text Example
Text Example
White with #C181FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181FD; }
p { color: rgb(193,129,253); }
H1.HeaderClassName
{
color: #C181FD;
}
.AnyTagClassName
{
color: #C181FD;
}
</style>
background-color css
<style>
a { background-color: #C181FD; }
a { background-color: rgb(193,129,253); }
div.DivClassName
{
background-color: #C181FD;
}
.BgClassName
{
background-color: #C181FD;
}
</style>
border-color css
<style>
span { border-color: #C181FD; }
span { border-color: rgb(193,129,253); }
td.TdClassName
{
border-color: #C181FD;
}
.TagClassName
{
border-color: #C181FD;
}
</style>