Shades of Perfume #C3AADA
Tints of Perfume #C3AADA
RGB
CMYK
RGB Variations
Color information
#C3AADA (or 0xC3AADA) is known color: Perfume. HEX triplet: C3, AA and DA. RGB value is (195,170,218). Sum of RGB (Red+Green+Blue) = 195+170+218=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AADA is #3C5525. Grayscale: #B6B6B6. Windows color (decimal): -3953958 or 14330563. OLE color: 14330563.
HSL color Cylindrical-coordinate representation of color #C3AADA: hue angle of 271.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3AADA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 170 | 218 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.15 |
| HSL | 271.25º | 0.39% | 0.76% | - |
| HSV(B) | 271.25º | 0.22% | 0.85% | - |
| XYZ | 49.54 | 45.41 | 72.48 | - |
| YUV | 182.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 218 | 0.11 | 0.22 | 0 | 0.15 | 271.25 | 0.39 | 0.76 |
| Hex | C3 | AA | DA | B | 16 | 0 | F | 10F | 27 | 4C |
| Octal | 303 | 252 | 332 | 13 | 26 | 0 | 17 | 417 | 47 | 114 |
| Binary | 11000011 | 10101010 | 11011010 | 1011 | 10110 | 0 | 1111 | 100001111 | 100111 | 1001100 |
Color Harmonies of #C3AADA
Complementary color
Monochromatic Colors of #C3AADA
Black with #C3AADA
Text Example
Text Example
White with #C3AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AADA; }
p { color: rgb(195,170,218); }
H1.HeaderClassName
{
color: #C3AADA;
}
.AnyTagClassName
{
color: #C3AADA;
}
</style>
background-color css
<style>
a { background-color: #C3AADA; }
a { background-color: rgb(195,170,218); }
div.DivClassName
{
background-color: #C3AADA;
}
.BgClassName
{
background-color: #C3AADA;
}
</style>
border-color css
<style>
span { border-color: #C3AADA; }
span { border-color: rgb(195,170,218); }
td.TdClassName
{
border-color: #C3AADA;
}
.TagClassName
{
border-color: #C3AADA;
}
</style>