Shades of Heliotrope #C189FF
Tints of Heliotrope #C189FF
RGB
CMYK
RGB Variations
Color information
#C189FF (or 0xC189FF) is known color: Heliotrope. HEX triplet: C1, 89 and FF. RGB value is (193,137,255). Sum of RGB (Red+Green+Blue) = 193+137+255=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C189FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C189FF is #3E7600. Grayscale: #A6A6A6. Windows color (decimal): -4093441 or 16746945. OLE color: 16746945.
HSL color Cylindrical-coordinate representation of color #C189FF: hue angle of 268.47º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C189FF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 137 | 255 | - |
| CMYK | 0.24 | 0.46 | 0 | 0 |
| HSL | 268.47º | 1% | 0.77% | - |
| HSV(B) | 268.47º | 0.46% | 1% | - |
| XYZ | 48.99 | 36.45 | 99.06 | - |
| YUV | 167.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 255 | 0.24 | 0.46 | 0 | 0 | 268.47 | 1 | 0.77 |
| Hex | C1 | 89 | FF | 18 | 2E | 0 | 0 | 10C | 64 | 4D |
| Octal | 301 | 211 | 377 | 30 | 56 | 0 | 0 | 414 | 144 | 115 |
| Binary | 11000001 | 10001001 | 11111111 | 11000 | 101110 | 0 | 0 | 100001100 | 1100100 | 1001101 |
Color Harmonies of #C189FF
Complementary color
Monochromatic Colors of #C189FF
Black with #C189FF
Text Example
Text Example
White with #C189FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189FF; }
p { color: rgb(193,137,255); }
H1.HeaderClassName
{
color: #C189FF;
}
.AnyTagClassName
{
color: #C189FF;
}
</style>
background-color css
<style>
a { background-color: #C189FF; }
a { background-color: rgb(193,137,255); }
div.DivClassName
{
background-color: #C189FF;
}
.BgClassName
{
background-color: #C189FF;
}
</style>
border-color css
<style>
span { border-color: #C189FF; }
span { border-color: rgb(193,137,255); }
td.TdClassName
{
border-color: #C189FF;
}
.TagClassName
{
border-color: #C189FF;
}
</style>