Shades of Perfume #C49EFC
Tints of Perfume #C49EFC
RGB
CMYK
RGB Variations
Color information
#C49EFC (or 0xC49EFC) is known color: Perfume. HEX triplet: C4, 9E and FC. RGB value is (196,158,252). Sum of RGB (Red+Green+Blue) = 196+158+252=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFC is #3B6103. Grayscale: #B3B3B3. Windows color (decimal): -3891460 or 16555716. OLE color: 16555716.
HSL color Cylindrical-coordinate representation of color #C49EFC: hue angle of 264.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49EFC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 158 | 252 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.01 |
| HSL | 264.26º | 0.94% | 0.8% | - |
| HSV(B) | 264.26º | 0.37% | 0.99% | - |
| XYZ | 52.56 | 43.22 | 97.67 | - |
| YUV | 180.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 252 | 0.22 | 0.37 | 0 | 0.01 | 264.26 | 0.94 | 0.8 |
| Hex | C4 | 9E | FC | 16 | 25 | 0 | 1 | 108 | 5E | 50 |
| Octal | 304 | 236 | 374 | 26 | 45 | 0 | 1 | 410 | 136 | 120 |
| Binary | 11000100 | 10011110 | 11111100 | 10110 | 100101 | 0 | 1 | 100001000 | 1011110 | 1010000 |
Color Harmonies of #C49EFC
Complementary color
Monochromatic Colors of #C49EFC
Black with #C49EFC
Text Example
Text Example
White with #C49EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EFC; }
p { color: rgb(196,158,252); }
H1.HeaderClassName
{
color: #C49EFC;
}
.AnyTagClassName
{
color: #C49EFC;
}
</style>
background-color css
<style>
a { background-color: #C49EFC; }
a { background-color: rgb(196,158,252); }
div.DivClassName
{
background-color: #C49EFC;
}
.BgClassName
{
background-color: #C49EFC;
}
</style>
border-color css
<style>
span { border-color: #C49EFC; }
span { border-color: rgb(196,158,252); }
td.TdClassName
{
border-color: #C49EFC;
}
.TagClassName
{
border-color: #C49EFC;
}
</style>