Shades of Perfume #C6ACDC
Tints of Perfume #C6ACDC
RGB
CMYK
RGB Variations
Color information
#C6ACDC (or 0xC6ACDC) is known color: Perfume. HEX triplet: C6, AC and DC. RGB value is (198,172,220). Sum of RGB (Red+Green+Blue) = 198+172+220=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACDC is #395323. Grayscale: #B9B9B9. Windows color (decimal): -3756836 or 14462150. OLE color: 14462150.
HSL color Cylindrical-coordinate representation of color #C6ACDC: hue angle of 272.5º 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 #C6ACDC is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 172 | 220 | - |
| CMYK | 0.1 | 0.22 | 0 | 0.14 |
| HSL | 272.5º | 0.41% | 0.77% | - |
| HSV(B) | 272.5º | 0.22% | 0.86% | - |
| XYZ | 50.96 | 46.68 | 74.03 | - |
| YUV | 185.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 220 | 0.1 | 0.22 | 0 | 0.14 | 272.5 | 0.41 | 0.77 |
| Hex | C6 | AC | DC | A | 16 | 0 | E | 110 | 29 | 4D |
| Octal | 306 | 254 | 334 | 12 | 26 | 0 | 16 | 420 | 51 | 115 |
| Binary | 11000110 | 10101100 | 11011100 | 1010 | 10110 | 0 | 1110 | 100010000 | 101001 | 1001101 |
Color Harmonies of #C6ACDC
Complementary color
Monochromatic Colors of #C6ACDC
Black with #C6ACDC
Text Example
Text Example
White with #C6ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACDC; }
p { color: rgb(198,172,220); }
H1.HeaderClassName
{
color: #C6ACDC;
}
.AnyTagClassName
{
color: #C6ACDC;
}
</style>
background-color css
<style>
a { background-color: #C6ACDC; }
a { background-color: rgb(198,172,220); }
div.DivClassName
{
background-color: #C6ACDC;
}
.BgClassName
{
background-color: #C6ACDC;
}
</style>
border-color css
<style>
span { border-color: #C6ACDC; }
span { border-color: rgb(198,172,220); }
td.TdClassName
{
border-color: #C6ACDC;
}
.TagClassName
{
border-color: #C6ACDC;
}
</style>