Shades of Perfume #C49DF4
Tints of Perfume #C49DF4
RGB
CMYK
RGB Variations
Color information
#C49DF4 (or 0xC49DF4) is known color: Perfume. HEX triplet: C4, 9D and F4. RGB value is (196,157,244). Sum of RGB (Red+Green+Blue) = 196+157+244=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #C49DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DF4 is #3B620B. Grayscale: #B2B2B2. Windows color (decimal): -3891724 or 16031172. OLE color: 16031172.
HSL color Cylindrical-coordinate representation of color #C49DF4: hue angle of 266.9º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49DF4 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 157 | 244 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.04 |
| HSL | 266.9º | 0.8% | 0.79% | - |
| HSV(B) | 266.9º | 0.36% | 0.96% | - |
| XYZ | 51.15 | 42.38 | 91.07 | - |
| YUV | 178.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 244 | 0.20 | 0.36 | 0 | 0.04 | 266.9 | 0.8 | 0.79 |
| Hex | C4 | 9D | F4 | 14 | 24 | 0 | 4 | 10B | 50 | 4F |
| Octal | 304 | 235 | 364 | 24 | 44 | 0 | 4 | 413 | 120 | 117 |
| Binary | 11000100 | 10011101 | 11110100 | 10100 | 100100 | 0 | 100 | 100001011 | 1010000 | 1001111 |
Color Harmonies of #C49DF4
Complementary color
Monochromatic Colors of #C49DF4
Black with #C49DF4
Text Example
Text Example
White with #C49DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49DF4; }
p { color: rgb(196,157,244); }
H1.HeaderClassName
{
color: #C49DF4;
}
.AnyTagClassName
{
color: #C49DF4;
}
</style>
background-color css
<style>
a { background-color: #C49DF4; }
a { background-color: rgb(196,157,244); }
div.DivClassName
{
background-color: #C49DF4;
}
.BgClassName
{
background-color: #C49DF4;
}
</style>
border-color css
<style>
span { border-color: #C49DF4; }
span { border-color: rgb(196,157,244); }
td.TdClassName
{
border-color: #C49DF4;
}
.TagClassName
{
border-color: #C49DF4;
}
</style>