Shades of Perfume #C49FED
Tints of Perfume #C49FED
RGB
CMYK
RGB Variations
Color information
#C49FED (or 0xC49FED) is known color: Perfume. HEX triplet: C4, 9F and ED. RGB value is (196,159,237). Sum of RGB (Red+Green+Blue) = 196+159+237=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FED is #3B6012. Grayscale: #B2B2B2. Windows color (decimal): -3891219 or 15572932. OLE color: 15572932.
HSL color Cylindrical-coordinate representation of color #C49FED: hue angle of 268.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49FED is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 159 | 237 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.07 |
| HSL | 268.46º | 0.68% | 0.78% | - |
| HSV(B) | 268.46º | 0.33% | 0.93% | - |
| XYZ | 50.45 | 42.65 | 85.69 | - |
| YUV | 178.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 237 | 0.17 | 0.33 | 0 | 0.07 | 268.46 | 0.68 | 0.78 |
| Hex | C4 | 9F | ED | 11 | 21 | 0 | 7 | 10C | 44 | 4E |
| Octal | 304 | 237 | 355 | 21 | 41 | 0 | 7 | 414 | 104 | 116 |
| Binary | 11000100 | 10011111 | 11101101 | 10001 | 100001 | 0 | 111 | 100001100 | 1000100 | 1001110 |
Color Harmonies of #C49FED
Complementary color
Monochromatic Colors of #C49FED
Black with #C49FED
Text Example
Text Example
White with #C49FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FED; }
p { color: rgb(196,159,237); }
H1.HeaderClassName
{
color: #C49FED;
}
.AnyTagClassName
{
color: #C49FED;
}
</style>
background-color css
<style>
a { background-color: #C49FED; }
a { background-color: rgb(196,159,237); }
div.DivClassName
{
background-color: #C49FED;
}
.BgClassName
{
background-color: #C49FED;
}
</style>
border-color css
<style>
span { border-color: #C49FED; }
span { border-color: rgb(196,159,237); }
td.TdClassName
{
border-color: #C49FED;
}
.TagClassName
{
border-color: #C49FED;
}
</style>