Shades of Heliotrope #C182FF
Tints of Heliotrope #C182FF
RGB
CMYK
RGB Variations
Color information
#C182FF (or 0xC182FF) is known color: Heliotrope. HEX triplet: C1, 82 and FF. RGB value is (193,130,255). Sum of RGB (Red+Green+Blue) = 193+130+255=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C182FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182FF is #3E7D00. Grayscale: #A2A2A2. Windows color (decimal): -4095233 or 16745153. OLE color: 16745153.
HSL color Cylindrical-coordinate representation of color #C182FF: hue angle of 270.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C182FF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 130 | 255 | - |
| CMYK | 0.24 | 0.49 | 0 | 0 |
| HSL | 270.24º | 1% | 0.75% | - |
| HSV(B) | 270.24º | 0.49% | 1% | - |
| XYZ | 48.02 | 34.52 | 98.74 | - |
| YUV | 163.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 255 | 0.24 | 0.49 | 0 | 0 | 270.24 | 1 | 0.75 |
| Hex | C1 | 82 | FF | 18 | 31 | 0 | 0 | 10E | 64 | 4B |
| Octal | 301 | 202 | 377 | 30 | 61 | 0 | 0 | 416 | 144 | 113 |
| Binary | 11000001 | 10000010 | 11111111 | 11000 | 110001 | 0 | 0 | 100001110 | 1100100 | 1001011 |
Color Harmonies of #C182FF
Complementary color
Monochromatic Colors of #C182FF
Black with #C182FF
Text Example
Text Example
White with #C182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182FF; }
p { color: rgb(193,130,255); }
H1.HeaderClassName
{
color: #C182FF;
}
.AnyTagClassName
{
color: #C182FF;
}
</style>
background-color css
<style>
a { background-color: #C182FF; }
a { background-color: rgb(193,130,255); }
div.DivClassName
{
background-color: #C182FF;
}
.BgClassName
{
background-color: #C182FF;
}
</style>
border-color css
<style>
span { border-color: #C182FF; }
span { border-color: rgb(193,130,255); }
td.TdClassName
{
border-color: #C182FF;
}
.TagClassName
{
border-color: #C182FF;
}
</style>