Shades of Heliotrope #C180FD
Tints of Heliotrope #C180FD
RGB
CMYK
RGB Variations
Color information
#C180FD (or 0xC180FD) is known color: Heliotrope. HEX triplet: C1, 80 and FD. RGB value is (193,128,253). Sum of RGB (Red+Green+Blue) = 193+128+253=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 128 (50.39% from 255 or 22.30% 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 #C180FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C180FD is #3E7F02. Grayscale: #A1A1A1. Windows color (decimal): -4095747 or 16613569. OLE color: 16613569.
HSL color Cylindrical-coordinate representation of color #C180FD: hue angle of 271.2º 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 #C180FD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 128 | 253 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.01 |
| HSL | 271.2º | 0.97% | 0.75% | - |
| HSV(B) | 271.2º | 0.49% | 0.99% | - |
| XYZ | 47.44 | 33.87 | 96.97 | - |
| YUV | 161.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 253 | 0.24 | 0.49 | 0 | 0.01 | 271.2 | 0.97 | 0.75 |
| Hex | C1 | 80 | FD | 18 | 31 | 0 | 1 | 10F | 61 | 4B |
| Octal | 301 | 200 | 375 | 30 | 61 | 0 | 1 | 417 | 141 | 113 |
| Binary | 11000001 | 10000000 | 11111101 | 11000 | 110001 | 0 | 1 | 100001111 | 1100001 | 1001011 |
Color Harmonies of #C180FD
Complementary color
Monochromatic Colors of #C180FD
Black with #C180FD
Text Example
Text Example
White with #C180FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180FD; }
p { color: rgb(193,128,253); }
H1.HeaderClassName
{
color: #C180FD;
}
.AnyTagClassName
{
color: #C180FD;
}
</style>
background-color css
<style>
a { background-color: #C180FD; }
a { background-color: rgb(193,128,253); }
div.DivClassName
{
background-color: #C180FD;
}
.BgClassName
{
background-color: #C180FD;
}
</style>
border-color css
<style>
span { border-color: #C180FD; }
span { border-color: rgb(193,128,253); }
td.TdClassName
{
border-color: #C180FD;
}
.TagClassName
{
border-color: #C180FD;
}
</style>