Shades of Perfume #C19DED
Tints of Perfume #C19DED
RGB
CMYK
RGB Variations
Color information
#C19DED (or 0xC19DED) is known color: Perfume. HEX triplet: C1, 9D and ED. RGB value is (193,157,237). Sum of RGB (Red+Green+Blue) = 193+157+237=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C19DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DED is #3E6212. Grayscale: #B0B0B0. Windows color (decimal): -4088339 or 15572417. OLE color: 15572417.
HSL color Cylindrical-coordinate representation of color #C19DED: hue angle of 267º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19DED is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 157 | 237 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.07 |
| HSL | 267º | 0.69% | 0.77% | - |
| HSV(B) | 267º | 0.34% | 0.93% | - |
| XYZ | 49.34 | 41.57 | 85.54 | - |
| YUV | 176.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 237 | 0.19 | 0.34 | 0 | 0.07 | 267 | 0.69 | 0.77 |
| Hex | C1 | 9D | ED | 13 | 22 | 0 | 7 | 10B | 45 | 4D |
| Octal | 301 | 235 | 355 | 23 | 42 | 0 | 7 | 413 | 105 | 115 |
| Binary | 11000001 | 10011101 | 11101101 | 10011 | 100010 | 0 | 111 | 100001011 | 1000101 | 1001101 |
Color Harmonies of #C19DED
Complementary color
Monochromatic Colors of #C19DED
Black with #C19DED
Text Example
Text Example
White with #C19DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DED; }
p { color: rgb(193,157,237); }
H1.HeaderClassName
{
color: #C19DED;
}
.AnyTagClassName
{
color: #C19DED;
}
</style>
background-color css
<style>
a { background-color: #C19DED; }
a { background-color: rgb(193,157,237); }
div.DivClassName
{
background-color: #C19DED;
}
.BgClassName
{
background-color: #C19DED;
}
</style>
border-color css
<style>
span { border-color: #C19DED; }
span { border-color: rgb(193,157,237); }
td.TdClassName
{
border-color: #C19DED;
}
.TagClassName
{
border-color: #C19DED;
}
</style>