Shades of Perfume #C49EF5
Tints of Perfume #C49EF5
RGB
CMYK
RGB Variations
Color information
#C49EF5 (or 0xC49EF5) is known color: Perfume. HEX triplet: C4, 9E and F5. RGB value is (196,158,245). Sum of RGB (Red+Green+Blue) = 196+158+245=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #C49EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EF5 is #3B610A. Grayscale: #B2B2B2. Windows color (decimal): -3891467 or 16096964. OLE color: 16096964.
HSL color Cylindrical-coordinate representation of color #C49EF5: hue angle of 266.21º degrees, saturation: 0.81, 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 #C49EF5 is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 158 | 245 | - |
| CMYK | 0.2 | 0.36 | 0 | 0.04 |
| HSL | 266.21º | 0.81% | 0.79% | - |
| HSV(B) | 266.21º | 0.36% | 0.96% | - |
| XYZ | 51.47 | 42.78 | 91.93 | - |
| YUV | 179.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 245 | 0.2 | 0.36 | 0 | 0.04 | 266.21 | 0.81 | 0.79 |
| Hex | C4 | 9E | F5 | 14 | 24 | 0 | 4 | 10A | 51 | 4F |
| Octal | 304 | 236 | 365 | 24 | 44 | 0 | 4 | 412 | 121 | 117 |
| Binary | 11000100 | 10011110 | 11110101 | 10100 | 100100 | 0 | 100 | 100001010 | 1010001 | 1001111 |
Color Harmonies of #C49EF5
Complementary color
Monochromatic Colors of #C49EF5
Black with #C49EF5
Text Example
Text Example
White with #C49EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EF5; }
p { color: rgb(196,158,245); }
H1.HeaderClassName
{
color: #C49EF5;
}
.AnyTagClassName
{
color: #C49EF5;
}
</style>
background-color css
<style>
a { background-color: #C49EF5; }
a { background-color: rgb(196,158,245); }
div.DivClassName
{
background-color: #C49EF5;
}
.BgClassName
{
background-color: #C49EF5;
}
</style>
border-color css
<style>
span { border-color: #C49EF5; }
span { border-color: rgb(196,158,245); }
td.TdClassName
{
border-color: #C49EF5;
}
.TagClassName
{
border-color: #C49EF5;
}
</style>