Shades of Perfume #C3A3DD
Tints of Perfume #C3A3DD
RGB
CMYK
RGB Variations
Color information
#C3A3DD (or 0xC3A3DD) is known color: Perfume. HEX triplet: C3, A3 and DD. RGB value is (195,163,221). Sum of RGB (Red+Green+Blue) = 195+163+221=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A3DD is #3C5C22. Grayscale: #B2B2B2. Windows color (decimal): -3955747 or 14525379. OLE color: 14525379.
HSL color Cylindrical-coordinate representation of color #C3A3DD: hue angle of 273.1º 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 #C3A3DD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 163 | 221 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.13 |
| HSL | 273.1º | 0.46% | 0.75% | - |
| HSV(B) | 273.1º | 0.26% | 0.87% | - |
| XYZ | 48.65 | 43.02 | 74.15 | - |
| YUV | 179.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 221 | 0.12 | 0.26 | 0 | 0.13 | 273.1 | 0.46 | 0.75 |
| Hex | C3 | A3 | DD | C | 1A | 0 | D | 111 | 2E | 4B |
| Octal | 303 | 243 | 335 | 14 | 32 | 0 | 15 | 421 | 56 | 113 |
| Binary | 11000011 | 10100011 | 11011101 | 1100 | 11010 | 0 | 1101 | 100010001 | 101110 | 1001011 |
Color Harmonies of #C3A3DD
Complementary color
Monochromatic Colors of #C3A3DD
Black with #C3A3DD
Text Example
Text Example
White with #C3A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3DD; }
p { color: rgb(195,163,221); }
H1.HeaderClassName
{
color: #C3A3DD;
}
.AnyTagClassName
{
color: #C3A3DD;
}
</style>
background-color css
<style>
a { background-color: #C3A3DD; }
a { background-color: rgb(195,163,221); }
div.DivClassName
{
background-color: #C3A3DD;
}
.BgClassName
{
background-color: #C3A3DD;
}
</style>
border-color css
<style>
span { border-color: #C3A3DD; }
span { border-color: rgb(195,163,221); }
td.TdClassName
{
border-color: #C3A3DD;
}
.TagClassName
{
border-color: #C3A3DD;
}
</style>