Shades of Perfume #C4A8DA
Tints of Perfume #C4A8DA
RGB
CMYK
RGB Variations
Color information
#C4A8DA (or 0xC4A8DA) is known color: Perfume. HEX triplet: C4, A8 and DA. RGB value is (196,168,218). Sum of RGB (Red+Green+Blue) = 196+168+218=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8DA is #3B5725. Grayscale: #B5B5B5. Windows color (decimal): -3888934 or 14330052. OLE color: 14330052.
HSL color Cylindrical-coordinate representation of color #C4A8DA: hue angle of 273.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A8DA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 168 | 218 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.15 |
| HSL | 273.6º | 0.4% | 0.76% | - |
| HSV(B) | 273.6º | 0.23% | 0.85% | - |
| XYZ | 49.42 | 44.8 | 72.37 | - |
| YUV | 182.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 218 | 0.10 | 0.23 | 0 | 0.15 | 273.6 | 0.4 | 0.76 |
| Hex | C4 | A8 | DA | A | 17 | 0 | F | 112 | 28 | 4C |
| Octal | 304 | 250 | 332 | 12 | 27 | 0 | 17 | 422 | 50 | 114 |
| Binary | 11000100 | 10101000 | 11011010 | 1010 | 10111 | 0 | 1111 | 100010010 | 101000 | 1001100 |
Color Harmonies of #C4A8DA
Complementary color
Monochromatic Colors of #C4A8DA
Black with #C4A8DA
Text Example
Text Example
White with #C4A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8DA; }
p { color: rgb(196,168,218); }
H1.HeaderClassName
{
color: #C4A8DA;
}
.AnyTagClassName
{
color: #C4A8DA;
}
</style>
background-color css
<style>
a { background-color: #C4A8DA; }
a { background-color: rgb(196,168,218); }
div.DivClassName
{
background-color: #C4A8DA;
}
.BgClassName
{
background-color: #C4A8DA;
}
</style>
border-color css
<style>
span { border-color: #C4A8DA; }
span { border-color: rgb(196,168,218); }
td.TdClassName
{
border-color: #C4A8DA;
}
.TagClassName
{
border-color: #C4A8DA;
}
</style>