Shades of Perfume #C19DEC
Tints of Perfume #C19DEC
RGB
CMYK
RGB Variations
Color information
#C19DEC (or 0xC19DEC) is known color: Perfume. HEX triplet: C1, 9D and EC. RGB value is (193,157,236). Sum of RGB (Red+Green+Blue) = 193+157+236=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #C19DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DEC is #3E6213. Grayscale: #B0B0B0. Windows color (decimal): -4088340 or 15506881. OLE color: 15506881.
HSL color Cylindrical-coordinate representation of color #C19DEC: hue angle of 267.34º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C19DEC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 157 | 236 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.07 |
| HSL | 267.34º | 0.68% | 0.77% | - |
| HSV(B) | 267.34º | 0.33% | 0.93% | - |
| XYZ | 49.19 | 41.51 | 84.78 | - |
| YUV | 176.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 236 | 0.18 | 0.33 | 0 | 0.07 | 267.34 | 0.68 | 0.77 |
| Hex | C1 | 9D | EC | 12 | 21 | 0 | 7 | 10B | 44 | 4D |
| Octal | 301 | 235 | 354 | 22 | 41 | 0 | 7 | 413 | 104 | 115 |
| Binary | 11000001 | 10011101 | 11101100 | 10010 | 100001 | 0 | 111 | 100001011 | 1000100 | 1001101 |
Color Harmonies of #C19DEC
Complementary color
Monochromatic Colors of #C19DEC
Black with #C19DEC
Text Example
Text Example
White with #C19DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DEC; }
p { color: rgb(193,157,236); }
H1.HeaderClassName
{
color: #C19DEC;
}
.AnyTagClassName
{
color: #C19DEC;
}
</style>
background-color css
<style>
a { background-color: #C19DEC; }
a { background-color: rgb(193,157,236); }
div.DivClassName
{
background-color: #C19DEC;
}
.BgClassName
{
background-color: #C19DEC;
}
</style>
border-color css
<style>
span { border-color: #C19DEC; }
span { border-color: rgb(193,157,236); }
td.TdClassName
{
border-color: #C19DEC;
}
.TagClassName
{
border-color: #C19DEC;
}
</style>