Shades of Perfume #C19DDD
Tints of Perfume #C19DDD
RGB
CMYK
RGB Variations
Color information
#C19DDD (or 0xC19DDD) is known color: Perfume. HEX triplet: C1, 9D and DD. RGB value is (193,157,221). Sum of RGB (Red+Green+Blue) = 193+157+221=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDD is #3E6222. Grayscale: #AEAEAE. Windows color (decimal): -4088355 or 14523841. OLE color: 14523841.
HSL color Cylindrical-coordinate representation of color #C19DDD: hue angle of 273.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19DDD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 157 | 221 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.13 |
| HSL | 273.75º | 0.48% | 0.74% | - |
| HSV(B) | 273.75º | 0.29% | 0.87% | - |
| XYZ | 47.1 | 40.67 | 73.77 | - |
| YUV | 175.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 221 | 0.13 | 0.29 | 0 | 0.13 | 273.75 | 0.48 | 0.74 |
| Hex | C1 | 9D | DD | D | 1D | 0 | D | 112 | 30 | 4A |
| Octal | 301 | 235 | 335 | 15 | 35 | 0 | 15 | 422 | 60 | 112 |
| Binary | 11000001 | 10011101 | 11011101 | 1101 | 11101 | 0 | 1101 | 100010010 | 110000 | 1001010 |
Color Harmonies of #C19DDD
Complementary color
Monochromatic Colors of #C19DDD
Black with #C19DDD
Text Example
Text Example
White with #C19DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DDD; }
p { color: rgb(193,157,221); }
H1.HeaderClassName
{
color: #C19DDD;
}
.AnyTagClassName
{
color: #C19DDD;
}
</style>
background-color css
<style>
a { background-color: #C19DDD; }
a { background-color: rgb(193,157,221); }
div.DivClassName
{
background-color: #C19DDD;
}
.BgClassName
{
background-color: #C19DDD;
}
</style>
border-color css
<style>
span { border-color: #C19DDD; }
span { border-color: rgb(193,157,221); }
td.TdClassName
{
border-color: #C19DDD;
}
.TagClassName
{
border-color: #C19DDD;
}
</style>