Shades of Perfume #C19FDB
Tints of Perfume #C19FDB
RGB
CMYK
RGB Variations
Color information
#C19FDB (or 0xC19FDB) is known color: Perfume. HEX triplet: C1, 9F and DB. RGB value is (193,159,219). Sum of RGB (Red+Green+Blue) = 193+159+219=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FDB is #3E6024. Grayscale: #AFAFAF. Windows color (decimal): -4087845 or 14393281. OLE color: 14393281.
HSL color Cylindrical-coordinate representation of color #C19FDB: hue angle of 274º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19FDB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 159 | 219 | - |
CMYK | 0.12 | 0.27 | 0 | 0.14 |
HSL | 274º | 0.45% | 0.74% | - |
HSV(B) | 274º | 0.27% | 0.86% | - |
XYZ | 47.18 | 41.25 | 72.49 | - |
YUV | 176.01 | 152.26 | 140.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 159 | 219 | 0.12 | 0.27 | 0 | 0.14 | 274 | 0.45 | 0.74 |
Hex | C1 | 9F | DB | C | 1B | 0 | E | 112 | 2D | 4A |
Octal | 301 | 237 | 333 | 14 | 33 | 0 | 16 | 422 | 55 | 112 |
Binary | 11000001 | 10011111 | 11011011 | 1100 | 11011 | 0 | 1110 | 100010010 | 101101 | 1001010 |
Color Harmonies of #C19FDB
Complementary color
Monochromatic Colors of #C19FDB
Black with #C19FDB
Text Example
Text Example
White with #C19FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FDB; }
p { color: rgb(193,159,219); }
H1.HeaderClassName
{
color: #C19FDB;
}
.AnyTagClassName
{
color: #C19FDB;
}
</style>
background-color css
<style>
a { background-color: #C19FDB; }
a { background-color: rgb(193,159,219); }
div.DivClassName
{
background-color: #C19FDB;
}
.BgClassName
{
background-color: #C19FDB;
}
</style>
border-color css
<style>
span { border-color: #C19FDB; }
span { border-color: rgb(193,159,219); }
td.TdClassName
{
border-color: #C19FDB;
}
.TagClassName
{
border-color: #C19FDB;
}
</style>