Shades of Perfume #C49DEF
Tints of Perfume #C49DEF
RGB
CMYK
RGB Variations
Color information
#C49DEF (or 0xC49DEF) is known color: Perfume. HEX triplet: C4, 9D and EF. RGB value is (196,157,239). Sum of RGB (Red+Green+Blue) = 196+157+239=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #C49DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DEF is #3B6210. Grayscale: #B1B1B1. Windows color (decimal): -3891729 or 15703492. OLE color: 15703492.
HSL color Cylindrical-coordinate representation of color #C49DEF: hue angle of 268.54º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49DEF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 157 | 239 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.06 |
| HSL | 268.54º | 0.72% | 0.78% | - |
| HSV(B) | 268.54º | 0.34% | 0.94% | - |
| XYZ | 50.4 | 42.08 | 87.13 | - |
| YUV | 178.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 239 | 0.18 | 0.34 | 0 | 0.06 | 268.54 | 0.72 | 0.78 |
| Hex | C4 | 9D | EF | 12 | 22 | 0 | 6 | 10D | 48 | 4E |
| Octal | 304 | 235 | 357 | 22 | 42 | 0 | 6 | 415 | 110 | 116 |
| Binary | 11000100 | 10011101 | 11101111 | 10010 | 100010 | 0 | 110 | 100001101 | 1001000 | 1001110 |
Color Harmonies of #C49DEF
Complementary color
Monochromatic Colors of #C49DEF
Black with #C49DEF
Text Example
Text Example
White with #C49DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DEF; }
p { color: rgb(196,157,239); }
H1.HeaderClassName
{
color: #C49DEF;
}
.AnyTagClassName
{
color: #C49DEF;
}
</style>
background-color css
<style>
a { background-color: #C49DEF; }
a { background-color: rgb(196,157,239); }
div.DivClassName
{
background-color: #C49DEF;
}
.BgClassName
{
background-color: #C49DEF;
}
</style>
border-color css
<style>
span { border-color: #C49DEF; }
span { border-color: rgb(196,157,239); }
td.TdClassName
{
border-color: #C49DEF;
}
.TagClassName
{
border-color: #C49DEF;
}
</style>