Shades of Perfume #C2A7DC
Tints of Perfume #C2A7DC
RGB
CMYK
RGB Variations
Color information
#C2A7DC (or 0xC2A7DC) is known color: Perfume. HEX triplet: C2, A7 and DC. RGB value is (194,167,220). Sum of RGB (Red+Green+Blue) = 194+167+220=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7DC is #3D5823. Grayscale: #B4B4B4. Windows color (decimal): -4020260 or 14460866. OLE color: 14460866.
HSL color Cylindrical-coordinate representation of color #C2A7DC: hue angle of 270.57º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A7DC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 167 | 220 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.14 |
| HSL | 270.57º | 0.43% | 0.76% | - |
| HSV(B) | 270.57º | 0.24% | 0.86% | - |
| XYZ | 48.99 | 44.27 | 73.67 | - |
| YUV | 181.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 220 | 0.12 | 0.24 | 0 | 0.14 | 270.57 | 0.43 | 0.76 |
| Hex | C2 | A7 | DC | C | 18 | 0 | E | 10F | 2B | 4C |
| Octal | 302 | 247 | 334 | 14 | 30 | 0 | 16 | 417 | 53 | 114 |
| Binary | 11000010 | 10100111 | 11011100 | 1100 | 11000 | 0 | 1110 | 100001111 | 101011 | 1001100 |
Color Harmonies of #C2A7DC
Complementary color
Monochromatic Colors of #C2A7DC
Black with #C2A7DC
Text Example
Text Example
White with #C2A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7DC; }
p { color: rgb(194,167,220); }
H1.HeaderClassName
{
color: #C2A7DC;
}
.AnyTagClassName
{
color: #C2A7DC;
}
</style>
background-color css
<style>
a { background-color: #C2A7DC; }
a { background-color: rgb(194,167,220); }
div.DivClassName
{
background-color: #C2A7DC;
}
.BgClassName
{
background-color: #C2A7DC;
}
</style>
border-color css
<style>
span { border-color: #C2A7DC; }
span { border-color: rgb(194,167,220); }
td.TdClassName
{
border-color: #C2A7DC;
}
.TagClassName
{
border-color: #C2A7DC;
}
</style>