Shades of Perfume #C4A3DD
Tints of Perfume #C4A3DD
RGB
CMYK
RGB Variations
Color information
#C4A3DD (or 0xC4A3DD) is known color: Perfume. HEX triplet: C4, A3 and DD. RGB value is (196,163,221). Sum of RGB (Red+Green+Blue) = 196+163+221=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 163 (64.06% from 255 or 28.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A3DD is #3B5C22. Grayscale: #B3B3B3. Windows color (decimal): -3890211 or 14525380. OLE color: 14525380.
HSL color Cylindrical-coordinate representation of color #C4A3DD: hue angle of 274.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A3DD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 163 | 221 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.13 |
| HSL | 274.14º | 0.46% | 0.75% | - |
| HSV(B) | 274.14º | 0.26% | 0.87% | - |
| XYZ | 48.91 | 43.15 | 74.16 | - |
| YUV | 179.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 221 | 0.11 | 0.26 | 0 | 0.13 | 274.14 | 0.46 | 0.75 |
| Hex | C4 | A3 | DD | B | 1A | 0 | D | 112 | 2E | 4B |
| Octal | 304 | 243 | 335 | 13 | 32 | 0 | 15 | 422 | 56 | 113 |
| Binary | 11000100 | 10100011 | 11011101 | 1011 | 11010 | 0 | 1101 | 100010010 | 101110 | 1001011 |
Color Harmonies of #C4A3DD
Complementary color
Monochromatic Colors of #C4A3DD
Black with #C4A3DD
Text Example
Text Example
White with #C4A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A3DD; }
p { color: rgb(196,163,221); }
H1.HeaderClassName
{
color: #C4A3DD;
}
.AnyTagClassName
{
color: #C4A3DD;
}
</style>
background-color css
<style>
a { background-color: #C4A3DD; }
a { background-color: rgb(196,163,221); }
div.DivClassName
{
background-color: #C4A3DD;
}
.BgClassName
{
background-color: #C4A3DD;
}
</style>
border-color css
<style>
span { border-color: #C4A3DD; }
span { border-color: rgb(196,163,221); }
td.TdClassName
{
border-color: #C4A3DD;
}
.TagClassName
{
border-color: #C4A3DD;
}
</style>