Shades of Perfume #C3ACDC
Tints of Perfume #C3ACDC
RGB
CMYK
RGB Variations
Color information
#C3ACDC (or 0xC3ACDC) is known color: Perfume. HEX triplet: C3, AC and DC. RGB value is (195,172,220). Sum of RGB (Red+Green+Blue) = 195+172+220=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACDC is #3C5323. Grayscale: #B8B8B8. Windows color (decimal): -3953444 or 14462147. OLE color: 14462147.
HSL color Cylindrical-coordinate representation of color #C3ACDC: hue angle of 268.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3ACDC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 172 | 220 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.14 |
| HSL | 268.75º | 0.41% | 0.77% | - |
| HSV(B) | 268.75º | 0.22% | 0.86% | - |
| XYZ | 50.18 | 46.27 | 74 | - |
| YUV | 184.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 220 | 0.11 | 0.22 | 0 | 0.14 | 268.75 | 0.41 | 0.77 |
| Hex | C3 | AC | DC | B | 16 | 0 | E | 10D | 29 | 4D |
| Octal | 303 | 254 | 334 | 13 | 26 | 0 | 16 | 415 | 51 | 115 |
| Binary | 11000011 | 10101100 | 11011100 | 1011 | 10110 | 0 | 1110 | 100001101 | 101001 | 1001101 |
Color Harmonies of #C3ACDC
Complementary color
Monochromatic Colors of #C3ACDC
Black with #C3ACDC
Text Example
Text Example
White with #C3ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACDC; }
p { color: rgb(195,172,220); }
H1.HeaderClassName
{
color: #C3ACDC;
}
.AnyTagClassName
{
color: #C3ACDC;
}
</style>
background-color css
<style>
a { background-color: #C3ACDC; }
a { background-color: rgb(195,172,220); }
div.DivClassName
{
background-color: #C3ACDC;
}
.BgClassName
{
background-color: #C3ACDC;
}
</style>
border-color css
<style>
span { border-color: #C3ACDC; }
span { border-color: rgb(195,172,220); }
td.TdClassName
{
border-color: #C3ACDC;
}
.TagClassName
{
border-color: #C3ACDC;
}
</style>