Shades of Perfume #C3AADD
Tints of Perfume #C3AADD
RGB
CMYK
RGB Variations
Color information
#C3AADD (or 0xC3AADD) is known color: Perfume. HEX triplet: C3, AA and DD. RGB value is (195,170,221). Sum of RGB (Red+Green+Blue) = 195+170+221=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADD is #3C5522. Grayscale: #B7B7B7. Windows color (decimal): -3953955 or 14527171. OLE color: 14527171.
HSL color Cylindrical-coordinate representation of color #C3AADD: hue angle of 269.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3AADD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 170 | 221 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 269.41º | 0.43% | 0.77% | - |
| HSV(B) | 269.41º | 0.23% | 0.87% | - |
| XYZ | 49.93 | 45.57 | 74.57 | - |
| YUV | 183.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 221 | 0.12 | 0.23 | 0 | 0.13 | 269.41 | 0.43 | 0.77 |
| Hex | C3 | AA | DD | C | 17 | 0 | D | 10D | 2B | 4D |
| Octal | 303 | 252 | 335 | 14 | 27 | 0 | 15 | 415 | 53 | 115 |
| Binary | 11000011 | 10101010 | 11011101 | 1100 | 10111 | 0 | 1101 | 100001101 | 101011 | 1001101 |
Color Harmonies of #C3AADD
Complementary color
Monochromatic Colors of #C3AADD
Black with #C3AADD
Text Example
Text Example
White with #C3AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AADD; }
p { color: rgb(195,170,221); }
H1.HeaderClassName
{
color: #C3AADD;
}
.AnyTagClassName
{
color: #C3AADD;
}
</style>
background-color css
<style>
a { background-color: #C3AADD; }
a { background-color: rgb(195,170,221); }
div.DivClassName
{
background-color: #C3AADD;
}
.BgClassName
{
background-color: #C3AADD;
}
</style>
border-color css
<style>
span { border-color: #C3AADD; }
span { border-color: rgb(195,170,221); }
td.TdClassName
{
border-color: #C3AADD;
}
.TagClassName
{
border-color: #C3AADD;
}
</style>