Shades of Perfume #C3ABDD
Tints of Perfume #C3ABDD
RGB
CMYK
RGB Variations
Color information
#C3ABDD (or 0xC3ABDD) is known color: Perfume. HEX triplet: C3, AB and DD. RGB value is (195,171,221). Sum of RGB (Red+Green+Blue) = 195+171+221=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABDD is #3C5422. Grayscale: #B7B7B7. Windows color (decimal): -3953699 or 14527427. OLE color: 14527427.
HSL color Cylindrical-coordinate representation of color #C3ABDD: hue angle of 268.8º degrees, saturation: 0.42, 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 #C3ABDD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 171 | 221 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.13 |
| HSL | 268.8º | 0.42% | 0.77% | - |
| HSV(B) | 268.8º | 0.23% | 0.87% | - |
| XYZ | 50.12 | 45.95 | 74.63 | - |
| YUV | 183.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 221 | 0.12 | 0.23 | 0 | 0.13 | 268.8 | 0.42 | 0.77 |
| Hex | C3 | AB | DD | C | 17 | 0 | D | 10D | 2A | 4D |
| Octal | 303 | 253 | 335 | 14 | 27 | 0 | 15 | 415 | 52 | 115 |
| Binary | 11000011 | 10101011 | 11011101 | 1100 | 10111 | 0 | 1101 | 100001101 | 101010 | 1001101 |
Color Harmonies of #C3ABDD
Complementary color
Monochromatic Colors of #C3ABDD
Black with #C3ABDD
Text Example
Text Example
White with #C3ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABDD; }
p { color: rgb(195,171,221); }
H1.HeaderClassName
{
color: #C3ABDD;
}
.AnyTagClassName
{
color: #C3ABDD;
}
</style>
background-color css
<style>
a { background-color: #C3ABDD; }
a { background-color: rgb(195,171,221); }
div.DivClassName
{
background-color: #C3ABDD;
}
.BgClassName
{
background-color: #C3ABDD;
}
</style>
border-color css
<style>
span { border-color: #C3ABDD; }
span { border-color: rgb(195,171,221); }
td.TdClassName
{
border-color: #C3ABDD;
}
.TagClassName
{
border-color: #C3ABDD;
}
</style>