Shades of Perfume #C19AFF
Tints of Perfume #C19AFF
RGB
CMYK
RGB Variations
Color information
#C19AFF (or 0xC19AFF) is known color: Perfume. HEX triplet: C1, 9A and FF. RGB value is (193,154,255). Sum of RGB (Red+Green+Blue) = 193+154+255=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C19AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19AFF is #3E6500. Grayscale: #B0B0B0. Windows color (decimal): -4089089 or 16751297. OLE color: 16751297.
HSL color Cylindrical-coordinate representation of color #C19AFF: hue angle of 263.17º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19AFF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 154 | 255 | - |
| CMYK | 0.24 | 0.40 | 0 | 0 |
| HSL | 263.17º | 1% | 0.8% | - |
| HSV(B) | 263.17º | 0.4% | 1% | - |
| XYZ | 51.6 | 41.67 | 99.93 | - |
| YUV | 177.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 255 | 0.24 | 0.40 | 0 | 0 | 263.17 | 1 | 0.8 |
| Hex | C1 | 9A | FF | 18 | 28 | 0 | 0 | 107 | 64 | 50 |
| Octal | 301 | 232 | 377 | 30 | 50 | 0 | 0 | 407 | 144 | 120 |
| Binary | 11000001 | 10011010 | 11111111 | 11000 | 101000 | 0 | 0 | 100000111 | 1100100 | 1010000 |
Color Harmonies of #C19AFF
Complementary color
Monochromatic Colors of #C19AFF
Black with #C19AFF
Text Example
Text Example
White with #C19AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AFF; }
p { color: rgb(193,154,255); }
H1.HeaderClassName
{
color: #C19AFF;
}
.AnyTagClassName
{
color: #C19AFF;
}
</style>
background-color css
<style>
a { background-color: #C19AFF; }
a { background-color: rgb(193,154,255); }
div.DivClassName
{
background-color: #C19AFF;
}
.BgClassName
{
background-color: #C19AFF;
}
</style>
border-color css
<style>
span { border-color: #C19AFF; }
span { border-color: rgb(193,154,255); }
td.TdClassName
{
border-color: #C19AFF;
}
.TagClassName
{
border-color: #C19AFF;
}
</style>