Shades of Perfume #C19EDC
Tints of Perfume #C19EDC
RGB
CMYK
RGB Variations
Color information
#C19EDC (or 0xC19EDC) is known color: Perfume. HEX triplet: C1, 9E and DC. RGB value is (193,158,220). Sum of RGB (Red+Green+Blue) = 193+158+220=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C19EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EDC is #3E6123. Grayscale: #AFAFAF. Windows color (decimal): -4088100 or 14458561. OLE color: 14458561.
HSL color Cylindrical-coordinate representation of color #C19EDC: hue angle of 273.87º 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 #C19EDC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 158 | 220 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.14 |
| HSL | 273.87º | 0.47% | 0.74% | - |
| HSV(B) | 273.87º | 0.28% | 0.86% | - |
| XYZ | 47.14 | 40.96 | 73.13 | - |
| YUV | 175.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 220 | 0.12 | 0.28 | 0 | 0.14 | 273.87 | 0.47 | 0.74 |
| Hex | C1 | 9E | DC | C | 1C | 0 | E | 112 | 2F | 4A |
| Octal | 301 | 236 | 334 | 14 | 34 | 0 | 16 | 422 | 57 | 112 |
| Binary | 11000001 | 10011110 | 11011100 | 1100 | 11100 | 0 | 1110 | 100010010 | 101111 | 1001010 |
Color Harmonies of #C19EDC
Complementary color
Monochromatic Colors of #C19EDC
Black with #C19EDC
Text Example
Text Example
White with #C19EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EDC; }
p { color: rgb(193,158,220); }
H1.HeaderClassName
{
color: #C19EDC;
}
.AnyTagClassName
{
color: #C19EDC;
}
</style>
background-color css
<style>
a { background-color: #C19EDC; }
a { background-color: rgb(193,158,220); }
div.DivClassName
{
background-color: #C19EDC;
}
.BgClassName
{
background-color: #C19EDC;
}
</style>
border-color css
<style>
span { border-color: #C19EDC; }
span { border-color: rgb(193,158,220); }
td.TdClassName
{
border-color: #C19EDC;
}
.TagClassName
{
border-color: #C19EDC;
}
</style>