Shades of Heliotrope #C182FB
Tints of Heliotrope #C182FB
RGB
CMYK
RGB Variations
Color information
#C182FB (or 0xC182FB) is known color: Heliotrope. HEX triplet: C1, 82 and FB. RGB value is (193,130,251). Sum of RGB (Red+Green+Blue) = 193+130+251=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #C182FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182FB is #3E7D04. Grayscale: #A2A2A2. Windows color (decimal): -4095237 or 16483009. OLE color: 16483009.
HSL color Cylindrical-coordinate representation of color #C182FB: hue angle of 271.24º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C182FB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 130 | 251 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.02 |
| HSL | 271.24º | 0.94% | 0.75% | - |
| HSV(B) | 271.24º | 0.48% | 0.98% | - |
| XYZ | 47.39 | 34.27 | 95.38 | - |
| YUV | 162.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 251 | 0.23 | 0.48 | 0 | 0.02 | 271.24 | 0.94 | 0.75 |
| Hex | C1 | 82 | FB | 17 | 30 | 0 | 2 | 10F | 5E | 4B |
| Octal | 301 | 202 | 373 | 27 | 60 | 0 | 2 | 417 | 136 | 113 |
| Binary | 11000001 | 10000010 | 11111011 | 10111 | 110000 | 0 | 10 | 100001111 | 1011110 | 1001011 |
Color Harmonies of #C182FB
Complementary color
Monochromatic Colors of #C182FB
Black with #C182FB
Text Example
Text Example
White with #C182FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182FB; }
p { color: rgb(193,130,251); }
H1.HeaderClassName
{
color: #C182FB;
}
.AnyTagClassName
{
color: #C182FB;
}
</style>
background-color css
<style>
a { background-color: #C182FB; }
a { background-color: rgb(193,130,251); }
div.DivClassName
{
background-color: #C182FB;
}
.BgClassName
{
background-color: #C182FB;
}
</style>
border-color css
<style>
span { border-color: #C182FB; }
span { border-color: rgb(193,130,251); }
td.TdClassName
{
border-color: #C182FB;
}
.TagClassName
{
border-color: #C182FB;
}
</style>