Shades of Perfume #C49EFE
Tints of Perfume #C49EFE
RGB
CMYK
RGB Variations
Color information
#C49EFE (or 0xC49EFE) is known color: Perfume. HEX triplet: C4, 9E and FE. RGB value is (196,158,254). Sum of RGB (Red+Green+Blue) = 196+158+254=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFE is #3B6101. Grayscale: #B3B3B3. Windows color (decimal): -3891458 or 16686788. OLE color: 16686788.
HSL color Cylindrical-coordinate representation of color #C49EFE: hue angle of 263.75º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49EFE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 158 | 254 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.00 |
| HSL | 263.75º | 0.98% | 0.81% | - |
| HSV(B) | 263.75º | 0.38% | 1% | - |
| XYZ | 52.88 | 43.35 | 99.35 | - |
| YUV | 180.31 | 169.59 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 254 | 0.23 | 0.38 | 0 | 0.00 | 263.75 | 0.98 | 0.81 |
| Hex | C4 | 9E | FE | 17 | 26 | 0 | 0 | 108 | 62 | 51 |
| Octal | 304 | 236 | 376 | 27 | 46 | 0 | 0 | 410 | 142 | 121 |
| Binary | 11000100 | 10011110 | 11111110 | 10111 | 100110 | 0 | 0 | 100001000 | 1100010 | 1010001 |
Color Harmonies of #C49EFE
Complementary color
Monochromatic Colors of #C49EFE
Black with #C49EFE
Text Example
Text Example
White with #C49EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EFE; }
p { color: rgb(196,158,254); }
H1.HeaderClassName
{
color: #C49EFE;
}
.AnyTagClassName
{
color: #C49EFE;
}
</style>
background-color css
<style>
a { background-color: #C49EFE; }
a { background-color: rgb(196,158,254); }
div.DivClassName
{
background-color: #C49EFE;
}
.BgClassName
{
background-color: #C49EFE;
}
</style>
border-color css
<style>
span { border-color: #C49EFE; }
span { border-color: rgb(196,158,254); }
td.TdClassName
{
border-color: #C49EFE;
}
.TagClassName
{
border-color: #C49EFE;
}
</style>