Shades of Perfume #C2A4DA
Tints of Perfume #C2A4DA
RGB
CMYK
RGB Variations
Color information
#C2A4DA (or 0xC2A4DA) is known color: Perfume. HEX triplet: C2, A4 and DA. RGB value is (194,164,218). Sum of RGB (Red+Green+Blue) = 194+164+218=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4DA is #3D5B25. Grayscale: #B2B2B2. Windows color (decimal): -4021030 or 14329026. OLE color: 14329026.
HSL color Cylindrical-coordinate representation of color #C2A4DA: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A4DA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 164 | 218 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.15 |
| HSL | 273.33º | 0.42% | 0.75% | - |
| HSV(B) | 273.33º | 0.25% | 0.85% | - |
| XYZ | 48.18 | 43.08 | 72.11 | - |
| YUV | 179.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 218 | 0.11 | 0.25 | 0 | 0.15 | 273.33 | 0.42 | 0.75 |
| Hex | C2 | A4 | DA | B | 19 | 0 | F | 111 | 2A | 4B |
| Octal | 302 | 244 | 332 | 13 | 31 | 0 | 17 | 421 | 52 | 113 |
| Binary | 11000010 | 10100100 | 11011010 | 1011 | 11001 | 0 | 1111 | 100010001 | 101010 | 1001011 |
Color Harmonies of #C2A4DA
Complementary color
Monochromatic Colors of #C2A4DA
Black with #C2A4DA
Text Example
Text Example
White with #C2A4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4DA; }
p { color: rgb(194,164,218); }
H1.HeaderClassName
{
color: #C2A4DA;
}
.AnyTagClassName
{
color: #C2A4DA;
}
</style>
background-color css
<style>
a { background-color: #C2A4DA; }
a { background-color: rgb(194,164,218); }
div.DivClassName
{
background-color: #C2A4DA;
}
.BgClassName
{
background-color: #C2A4DA;
}
</style>
border-color css
<style>
span { border-color: #C2A4DA; }
span { border-color: rgb(194,164,218); }
td.TdClassName
{
border-color: #C2A4DA;
}
.TagClassName
{
border-color: #C2A4DA;
}
</style>