Shades of Perfume #C2A7DA
Tints of Perfume #C2A7DA
RGB
CMYK
RGB Variations
Color information
#C2A7DA (or 0xC2A7DA) is known color: Perfume. HEX triplet: C2, A7 and DA. RGB value is (194,167,218). Sum of RGB (Red+Green+Blue) = 194+167+218=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2A7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7DA is #3D5825. Grayscale: #B4B4B4. Windows color (decimal): -4020262 or 14329794. OLE color: 14329794.
HSL color Cylindrical-coordinate representation of color #C2A7DA: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A7DA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 167 | 218 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.15 |
| HSL | 271.76º | 0.41% | 0.75% | - |
| HSV(B) | 271.76º | 0.23% | 0.85% | - |
| XYZ | 48.72 | 44.17 | 72.29 | - |
| YUV | 180.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 218 | 0.11 | 0.23 | 0 | 0.15 | 271.76 | 0.41 | 0.75 |
| Hex | C2 | A7 | DA | B | 17 | 0 | F | 110 | 29 | 4B |
| Octal | 302 | 247 | 332 | 13 | 27 | 0 | 17 | 420 | 51 | 113 |
| Binary | 11000010 | 10100111 | 11011010 | 1011 | 10111 | 0 | 1111 | 100010000 | 101001 | 1001011 |
Color Harmonies of #C2A7DA
Complementary color
Monochromatic Colors of #C2A7DA
Black with #C2A7DA
Text Example
Text Example
White with #C2A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7DA; }
p { color: rgb(194,167,218); }
H1.HeaderClassName
{
color: #C2A7DA;
}
.AnyTagClassName
{
color: #C2A7DA;
}
</style>
background-color css
<style>
a { background-color: #C2A7DA; }
a { background-color: rgb(194,167,218); }
div.DivClassName
{
background-color: #C2A7DA;
}
.BgClassName
{
background-color: #C2A7DA;
}
</style>
border-color css
<style>
span { border-color: #C2A7DA; }
span { border-color: rgb(194,167,218); }
td.TdClassName
{
border-color: #C2A7DA;
}
.TagClassName
{
border-color: #C2A7DA;
}
</style>