Shades of Perfume #C2A3D7
Tints of Perfume #C2A3D7
RGB
CMYK
RGB Variations
Color information
#C2A3D7 (or 0xC2A3D7) is known color: Perfume. HEX triplet: C2, A3 and D7. RGB value is (194,163,215). Sum of RGB (Red+Green+Blue) = 194+163+215=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2A3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3D7 is #3D5C28. Grayscale: #B2B2B2. Windows color (decimal): -4021289 or 14132162. OLE color: 14132162.
HSL color Cylindrical-coordinate representation of color #C2A3D7: hue angle of 275.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A3D7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 163 | 215 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.16 |
| HSL | 275.77º | 0.39% | 0.74% | - |
| HSV(B) | 275.77º | 0.24% | 0.84% | - |
| XYZ | 47.61 | 42.57 | 70 | - |
| YUV | 178.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 215 | 0.10 | 0.24 | 0 | 0.16 | 275.77 | 0.39 | 0.74 |
| Hex | C2 | A3 | D7 | A | 18 | 0 | 10 | 114 | 27 | 4A |
| Octal | 302 | 243 | 327 | 12 | 30 | 0 | 20 | 424 | 47 | 112 |
| Binary | 11000010 | 10100011 | 11010111 | 1010 | 11000 | 0 | 10000 | 100010100 | 100111 | 1001010 |
Color Harmonies of #C2A3D7
Complementary color
Monochromatic Colors of #C2A3D7
Black with #C2A3D7
Text Example
Text Example
White with #C2A3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A3D7; }
p { color: rgb(194,163,215); }
H1.HeaderClassName
{
color: #C2A3D7;
}
.AnyTagClassName
{
color: #C2A3D7;
}
</style>
background-color css
<style>
a { background-color: #C2A3D7; }
a { background-color: rgb(194,163,215); }
div.DivClassName
{
background-color: #C2A3D7;
}
.BgClassName
{
background-color: #C2A3D7;
}
</style>
border-color css
<style>
span { border-color: #C2A3D7; }
span { border-color: rgb(194,163,215); }
td.TdClassName
{
border-color: #C2A3D7;
}
.TagClassName
{
border-color: #C2A3D7;
}
</style>