Shades of Perfume #C3A3DC
Tints of Perfume #C3A3DC
RGB
CMYK
RGB Variations
Color information
#C3A3DC (or 0xC3A3DC) is known color: Perfume. HEX triplet: C3, A3 and DC. RGB value is (195,163,220). Sum of RGB (Red+Green+Blue) = 195+163+220=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A3DC is #3C5C23. Grayscale: #B2B2B2. Windows color (decimal): -3955748 or 14459843. OLE color: 14459843.
HSL color Cylindrical-coordinate representation of color #C3A3DC: hue angle of 273.68º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3A3DC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 163 | 220 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.14 |
| HSL | 273.68º | 0.45% | 0.75% | - |
| HSV(B) | 273.68º | 0.26% | 0.86% | - |
| XYZ | 48.52 | 42.96 | 73.45 | - |
| YUV | 179.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 220 | 0.11 | 0.26 | 0 | 0.14 | 273.68 | 0.45 | 0.75 |
| Hex | C3 | A3 | DC | B | 1A | 0 | E | 112 | 2D | 4B |
| Octal | 303 | 243 | 334 | 13 | 32 | 0 | 16 | 422 | 55 | 113 |
| Binary | 11000011 | 10100011 | 11011100 | 1011 | 11010 | 0 | 1110 | 100010010 | 101101 | 1001011 |
Color Harmonies of #C3A3DC
Complementary color
Monochromatic Colors of #C3A3DC
Black with #C3A3DC
Text Example
Text Example
White with #C3A3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A3DC; }
p { color: rgb(195,163,220); }
H1.HeaderClassName
{
color: #C3A3DC;
}
.AnyTagClassName
{
color: #C3A3DC;
}
</style>
background-color css
<style>
a { background-color: #C3A3DC; }
a { background-color: rgb(195,163,220); }
div.DivClassName
{
background-color: #C3A3DC;
}
.BgClassName
{
background-color: #C3A3DC;
}
</style>
border-color css
<style>
span { border-color: #C3A3DC; }
span { border-color: rgb(195,163,220); }
td.TdClassName
{
border-color: #C3A3DC;
}
.TagClassName
{
border-color: #C3A3DC;
}
</style>