Shades of Perfume #C2A8DA
Tints of Perfume #C2A8DA
RGB
CMYK
RGB Variations
Color information
#C2A8DA (or 0xC2A8DA) is known color: Perfume. HEX triplet: C2, A8 and DA. RGB value is (194,168,218). Sum of RGB (Red+Green+Blue) = 194+168+218=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8DA is #3D5725. Grayscale: #B5B5B5. Windows color (decimal): -4020006 or 14330050. OLE color: 14330050.
HSL color Cylindrical-coordinate representation of color #C2A8DA: hue angle of 271.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A8DA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 168 | 218 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.15 |
| HSL | 271.2º | 0.4% | 0.76% | - |
| HSV(B) | 271.2º | 0.23% | 0.85% | - |
| XYZ | 48.91 | 44.54 | 72.35 | - |
| YUV | 181.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 218 | 0.11 | 0.23 | 0 | 0.15 | 271.2 | 0.4 | 0.76 |
| Hex | C2 | A8 | DA | B | 17 | 0 | F | 10F | 28 | 4C |
| Octal | 302 | 250 | 332 | 13 | 27 | 0 | 17 | 417 | 50 | 114 |
| Binary | 11000010 | 10101000 | 11011010 | 1011 | 10111 | 0 | 1111 | 100001111 | 101000 | 1001100 |
Color Harmonies of #C2A8DA
Complementary color
Monochromatic Colors of #C2A8DA
Black with #C2A8DA
Text Example
Text Example
White with #C2A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8DA; }
p { color: rgb(194,168,218); }
H1.HeaderClassName
{
color: #C2A8DA;
}
.AnyTagClassName
{
color: #C2A8DA;
}
</style>
background-color css
<style>
a { background-color: #C2A8DA; }
a { background-color: rgb(194,168,218); }
div.DivClassName
{
background-color: #C2A8DA;
}
.BgClassName
{
background-color: #C2A8DA;
}
</style>
border-color css
<style>
span { border-color: #C2A8DA; }
span { border-color: rgb(194,168,218); }
td.TdClassName
{
border-color: #C2A8DA;
}
.TagClassName
{
border-color: #C2A8DA;
}
</style>