Shades of Perfume #C49DE7
Tints of Perfume #C49DE7
RGB
CMYK
RGB Variations
Color information
#C49DE7 (or 0xC49DE7) is known color: Perfume. HEX triplet: C4, 9D and E7. RGB value is (196,157,231). Sum of RGB (Red+Green+Blue) = 196+157+231=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #C49DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DE7 is #3B6218. Grayscale: #B0B0B0. Windows color (decimal): -3891737 or 15179204. OLE color: 15179204.
HSL color Cylindrical-coordinate representation of color #C49DE7: hue angle of 271.62º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49DE7 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 157 | 231 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.09 |
| HSL | 271.62º | 0.61% | 0.76% | - |
| HSV(B) | 271.62º | 0.32% | 0.91% | - |
| XYZ | 49.25 | 41.62 | 81.04 | - |
| YUV | 177.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 231 | 0.15 | 0.32 | 0 | 0.09 | 271.62 | 0.61 | 0.76 |
| Hex | C4 | 9D | E7 | F | 20 | 0 | 9 | 110 | 3D | 4C |
| Octal | 304 | 235 | 347 | 17 | 40 | 0 | 11 | 420 | 75 | 114 |
| Binary | 11000100 | 10011101 | 11100111 | 1111 | 100000 | 0 | 1001 | 100010000 | 111101 | 1001100 |
Color Harmonies of #C49DE7
Complementary color
Monochromatic Colors of #C49DE7
Black with #C49DE7
Text Example
Text Example
White with #C49DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DE7; }
p { color: rgb(196,157,231); }
H1.HeaderClassName
{
color: #C49DE7;
}
.AnyTagClassName
{
color: #C49DE7;
}
</style>
background-color css
<style>
a { background-color: #C49DE7; }
a { background-color: rgb(196,157,231); }
div.DivClassName
{
background-color: #C49DE7;
}
.BgClassName
{
background-color: #C49DE7;
}
</style>
border-color css
<style>
span { border-color: #C49DE7; }
span { border-color: rgb(196,157,231); }
td.TdClassName
{
border-color: #C49DE7;
}
.TagClassName
{
border-color: #C49DE7;
}
</style>