Shades of Perfume #C49FFD
Tints of Perfume #C49FFD
RGB
CMYK
RGB Variations
Color information
#C49FFD (or 0xC49FFD) is known color: Perfume. HEX triplet: C4, 9F and FD. RGB value is (196,159,253). Sum of RGB (Red+Green+Blue) = 196+159+253=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #C49FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFD is #3B6002. Grayscale: #B4B4B4. Windows color (decimal): -3891203 or 16621508. OLE color: 16621508.
HSL color Cylindrical-coordinate representation of color #C49FFD: hue angle of 263.62º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49FFD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 159 | 253 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.01 |
| HSL | 263.62º | 0.96% | 0.81% | - |
| HSV(B) | 263.62º | 0.37% | 0.99% | - |
| XYZ | 52.89 | 43.62 | 98.56 | - |
| YUV | 180.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 253 | 0.23 | 0.37 | 0 | 0.01 | 263.62 | 0.96 | 0.81 |
| Hex | C4 | 9F | FD | 17 | 25 | 0 | 1 | 108 | 60 | 51 |
| Octal | 304 | 237 | 375 | 27 | 45 | 0 | 1 | 410 | 140 | 121 |
| Binary | 11000100 | 10011111 | 11111101 | 10111 | 100101 | 0 | 1 | 100001000 | 1100000 | 1010001 |
Color Harmonies of #C49FFD
Complementary color
Monochromatic Colors of #C49FFD
Black with #C49FFD
Text Example
Text Example
White with #C49FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FFD; }
p { color: rgb(196,159,253); }
H1.HeaderClassName
{
color: #C49FFD;
}
.AnyTagClassName
{
color: #C49FFD;
}
</style>
background-color css
<style>
a { background-color: #C49FFD; }
a { background-color: rgb(196,159,253); }
div.DivClassName
{
background-color: #C49FFD;
}
.BgClassName
{
background-color: #C49FFD;
}
</style>
border-color css
<style>
span { border-color: #C49FFD; }
span { border-color: rgb(196,159,253); }
td.TdClassName
{
border-color: #C49FFD;
}
.TagClassName
{
border-color: #C49FFD;
}
</style>