Shades of Perfume #C19FDC
Tints of Perfume #C19FDC
RGB
CMYK
RGB Variations
Color information
#C19FDC (or 0xC19FDC) is known color: Perfume. HEX triplet: C1, 9F and DC. RGB value is (193,159,220). Sum of RGB (Red+Green+Blue) = 193+159+220=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C19FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FDC is #3E6023. Grayscale: #AFAFAF. Windows color (decimal): -4087844 or 14458817. OLE color: 14458817.
HSL color Cylindrical-coordinate representation of color #C19FDC: hue angle of 273.44º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19FDC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 159 | 220 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.14 |
| HSL | 273.44º | 0.47% | 0.74% | - |
| HSV(B) | 273.44º | 0.28% | 0.86% | - |
| XYZ | 47.31 | 41.3 | 73.19 | - |
| YUV | 176.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 220 | 0.12 | 0.28 | 0 | 0.14 | 273.44 | 0.47 | 0.74 |
| Hex | C1 | 9F | DC | C | 1C | 0 | E | 111 | 2F | 4A |
| Octal | 301 | 237 | 334 | 14 | 34 | 0 | 16 | 421 | 57 | 112 |
| Binary | 11000001 | 10011111 | 11011100 | 1100 | 11100 | 0 | 1110 | 100010001 | 101111 | 1001010 |
Color Harmonies of #C19FDC
Complementary color
Monochromatic Colors of #C19FDC
Black with #C19FDC
Text Example
Text Example
White with #C19FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FDC; }
p { color: rgb(193,159,220); }
H1.HeaderClassName
{
color: #C19FDC;
}
.AnyTagClassName
{
color: #C19FDC;
}
</style>
background-color css
<style>
a { background-color: #C19FDC; }
a { background-color: rgb(193,159,220); }
div.DivClassName
{
background-color: #C19FDC;
}
.BgClassName
{
background-color: #C19FDC;
}
</style>
border-color css
<style>
span { border-color: #C19FDC; }
span { border-color: rgb(193,159,220); }
td.TdClassName
{
border-color: #C19FDC;
}
.TagClassName
{
border-color: #C19FDC;
}
</style>