Shades of Perfume #C49CFC
Tints of Perfume #C49CFC
RGB
CMYK
RGB Variations
Color information
#C49CFC (or 0xC49CFC) is known color: Perfume. HEX triplet: C4, 9C and FC. RGB value is (196,156,252). Sum of RGB (Red+Green+Blue) = 196+156+252=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFC is #3B6303. Grayscale: #B2B2B2. Windows color (decimal): -3891972 or 16555204. OLE color: 16555204.
HSL color Cylindrical-coordinate representation of color #C49CFC: hue angle of 265º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49CFC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 156 | 252 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.01 |
| HSL | 265º | 0.94% | 0.8% | - |
| HSV(B) | 265º | 0.38% | 0.99% | - |
| XYZ | 52.22 | 42.54 | 97.55 | - |
| YUV | 178.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 252 | 0.22 | 0.38 | 0 | 0.01 | 265 | 0.94 | 0.8 |
| Hex | C4 | 9C | FC | 16 | 26 | 0 | 1 | 109 | 5E | 50 |
| Octal | 304 | 234 | 374 | 26 | 46 | 0 | 1 | 411 | 136 | 120 |
| Binary | 11000100 | 10011100 | 11111100 | 10110 | 100110 | 0 | 1 | 100001001 | 1011110 | 1010000 |
Color Harmonies of #C49CFC
Complementary color
Monochromatic Colors of #C49CFC
Black with #C49CFC
Text Example
Text Example
White with #C49CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CFC; }
p { color: rgb(196,156,252); }
H1.HeaderClassName
{
color: #C49CFC;
}
.AnyTagClassName
{
color: #C49CFC;
}
</style>
background-color css
<style>
a { background-color: #C49CFC; }
a { background-color: rgb(196,156,252); }
div.DivClassName
{
background-color: #C49CFC;
}
.BgClassName
{
background-color: #C49CFC;
}
</style>
border-color css
<style>
span { border-color: #C49CFC; }
span { border-color: rgb(196,156,252); }
td.TdClassName
{
border-color: #C49CFC;
}
.TagClassName
{
border-color: #C49CFC;
}
</style>