Shades of Heliotrope #C184FF
Tints of Heliotrope #C184FF
RGB
CMYK
RGB Variations
Color information
#C184FF (or 0xC184FF) is known color: Heliotrope. HEX triplet: C1, 84 and FF. RGB value is (193,132,255). Sum of RGB (Red+Green+Blue) = 193+132+255=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #C184FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C184FF is #3E7B00. Grayscale: #A3A3A3. Windows color (decimal): -4094721 or 16745665. OLE color: 16745665.
HSL color Cylindrical-coordinate representation of color #C184FF: hue angle of 269.76º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C184FF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 132 | 255 | - |
| CMYK | 0.24 | 0.48 | 0 | 0 |
| HSL | 269.76º | 1% | 0.76% | - |
| HSV(B) | 269.76º | 0.48% | 1% | - |
| XYZ | 48.29 | 35.06 | 98.83 | - |
| YUV | 164.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 255 | 0.24 | 0.48 | 0 | 0 | 269.76 | 1 | 0.76 |
| Hex | C1 | 84 | FF | 18 | 30 | 0 | 0 | 10E | 64 | 4C |
| Octal | 301 | 204 | 377 | 30 | 60 | 0 | 0 | 416 | 144 | 114 |
| Binary | 11000001 | 10000100 | 11111111 | 11000 | 110000 | 0 | 0 | 100001110 | 1100100 | 1001100 |
Color Harmonies of #C184FF
Complementary color
Monochromatic Colors of #C184FF
Black with #C184FF
Text Example
Text Example
White with #C184FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184FF; }
p { color: rgb(193,132,255); }
H1.HeaderClassName
{
color: #C184FF;
}
.AnyTagClassName
{
color: #C184FF;
}
</style>
background-color css
<style>
a { background-color: #C184FF; }
a { background-color: rgb(193,132,255); }
div.DivClassName
{
background-color: #C184FF;
}
.BgClassName
{
background-color: #C184FF;
}
</style>
border-color css
<style>
span { border-color: #C184FF; }
span { border-color: rgb(193,132,255); }
td.TdClassName
{
border-color: #C184FF;
}
.TagClassName
{
border-color: #C184FF;
}
</style>