Shades of Heliotrope #C18AFF
Tints of Heliotrope #C18AFF
RGB
CMYK
RGB Variations
Color information
#C18AFF (or 0xC18AFF) is known color: Heliotrope. HEX triplet: C1, 8A and FF. RGB value is (193,138,255). Sum of RGB (Red+Green+Blue) = 193+138+255=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C18AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AFF is #3E7500. Grayscale: #A7A7A7. Windows color (decimal): -4093185 or 16747201. OLE color: 16747201.
HSL color Cylindrical-coordinate representation of color #C18AFF: hue angle of 268.21º 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 #C18AFF is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 138 | 255 | - |
| CMYK | 0.24 | 0.46 | 0 | 0 |
| HSL | 268.21º | 1% | 0.77% | - |
| HSV(B) | 268.21º | 0.46% | 1% | - |
| XYZ | 49.13 | 36.73 | 99.11 | - |
| YUV | 167.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 255 | 0.24 | 0.46 | 0 | 0 | 268.21 | 1 | 0.77 |
| Hex | C1 | 8A | FF | 18 | 2E | 0 | 0 | 10C | 64 | 4D |
| Octal | 301 | 212 | 377 | 30 | 56 | 0 | 0 | 414 | 144 | 115 |
| Binary | 11000001 | 10001010 | 11111111 | 11000 | 101110 | 0 | 0 | 100001100 | 1100100 | 1001101 |
Color Harmonies of #C18AFF
Complementary color
Monochromatic Colors of #C18AFF
Black with #C18AFF
Text Example
Text Example
White with #C18AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18AFF; }
p { color: rgb(193,138,255); }
H1.HeaderClassName
{
color: #C18AFF;
}
.AnyTagClassName
{
color: #C18AFF;
}
</style>
background-color css
<style>
a { background-color: #C18AFF; }
a { background-color: rgb(193,138,255); }
div.DivClassName
{
background-color: #C18AFF;
}
.BgClassName
{
background-color: #C18AFF;
}
</style>
border-color css
<style>
span { border-color: #C18AFF; }
span { border-color: rgb(193,138,255); }
td.TdClassName
{
border-color: #C18AFF;
}
.TagClassName
{
border-color: #C18AFF;
}
</style>