Shades of Perfume #C4A1FC
Tints of Perfume #C4A1FC
RGB
CMYK
RGB Variations
Color information
#C4A1FC (or 0xC4A1FC) is known color: Perfume. HEX triplet: C4, A1 and FC. RGB value is (196,161,252). Sum of RGB (Red+Green+Blue) = 196+161+252=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4A1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A1FC is #3B5E03. Grayscale: #B5B5B5. Windows color (decimal): -3890692 or 16556484. OLE color: 16556484.
HSL color Cylindrical-coordinate representation of color #C4A1FC: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4A1FC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 161 | 252 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.01 |
| HSL | 263.08º | 0.94% | 0.81% | - |
| HSV(B) | 263.08º | 0.36% | 0.99% | - |
| XYZ | 53.08 | 44.25 | 97.84 | - |
| YUV | 181.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 252 | 0.22 | 0.36 | 0 | 0.01 | 263.08 | 0.94 | 0.81 |
| Hex | C4 | A1 | FC | 16 | 24 | 0 | 1 | 107 | 5E | 51 |
| Octal | 304 | 241 | 374 | 26 | 44 | 0 | 1 | 407 | 136 | 121 |
| Binary | 11000100 | 10100001 | 11111100 | 10110 | 100100 | 0 | 1 | 100000111 | 1011110 | 1010001 |
Color Harmonies of #C4A1FC
Complementary color
Monochromatic Colors of #C4A1FC
Black with #C4A1FC
Text Example
Text Example
White with #C4A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A1FC; }
p { color: rgb(196,161,252); }
H1.HeaderClassName
{
color: #C4A1FC;
}
.AnyTagClassName
{
color: #C4A1FC;
}
</style>
background-color css
<style>
a { background-color: #C4A1FC; }
a { background-color: rgb(196,161,252); }
div.DivClassName
{
background-color: #C4A1FC;
}
.BgClassName
{
background-color: #C4A1FC;
}
</style>
border-color css
<style>
span { border-color: #C4A1FC; }
span { border-color: rgb(196,161,252); }
td.TdClassName
{
border-color: #C4A1FC;
}
.TagClassName
{
border-color: #C4A1FC;
}
</style>