Shades of Perfume #C2A7D5
Tints of Perfume #C2A7D5
RGB
CMYK
RGB Variations
Color information
#C2A7D5 (or 0xC2A7D5) is known color: Perfume. HEX triplet: C2, A7 and D5. RGB value is (194,167,213). Sum of RGB (Red+Green+Blue) = 194+167+213=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2A7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7D5 is #3D582A. Grayscale: #B4B4B4. Windows color (decimal): -4020267 or 14002114. OLE color: 14002114.
HSL color Cylindrical-coordinate representation of color #C2A7D5: hue angle of 275.22º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A7D5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 167 | 213 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.16 |
| HSL | 275.22º | 0.35% | 0.75% | - |
| HSV(B) | 275.22º | 0.22% | 0.84% | - |
| XYZ | 48.08 | 43.91 | 68.89 | - |
| YUV | 180.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 213 | 0.09 | 0.22 | 0 | 0.16 | 275.22 | 0.35 | 0.75 |
| Hex | C2 | A7 | D5 | 9 | 16 | 0 | 10 | 113 | 23 | 4B |
| Octal | 302 | 247 | 325 | 11 | 26 | 0 | 20 | 423 | 43 | 113 |
| Binary | 11000010 | 10100111 | 11010101 | 1001 | 10110 | 0 | 10000 | 100010011 | 100011 | 1001011 |
Color Harmonies of #C2A7D5
Complementary color
Monochromatic Colors of #C2A7D5
Black with #C2A7D5
Text Example
Text Example
White with #C2A7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7D5; }
p { color: rgb(194,167,213); }
H1.HeaderClassName
{
color: #C2A7D5;
}
.AnyTagClassName
{
color: #C2A7D5;
}
</style>
background-color css
<style>
a { background-color: #C2A7D5; }
a { background-color: rgb(194,167,213); }
div.DivClassName
{
background-color: #C2A7D5;
}
.BgClassName
{
background-color: #C2A7D5;
}
</style>
border-color css
<style>
span { border-color: #C2A7D5; }
span { border-color: rgb(194,167,213); }
td.TdClassName
{
border-color: #C2A7D5;
}
.TagClassName
{
border-color: #C2A7D5;
}
</style>