Shades of Perfume #C3A7DA
Tints of Perfume #C3A7DA
RGB
CMYK
RGB Variations
Color information
#C3A7DA (or 0xC3A7DA) is known color: Perfume. HEX triplet: C3, A7 and DA. RGB value is (195,167,218). Sum of RGB (Red+Green+Blue) = 195+167+218=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 167 (65.62% from 255 or 28.79% 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 #C3A7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7DA is #3C5825. Grayscale: #B5B5B5. Windows color (decimal): -3954726 or 14329795. OLE color: 14329795.
HSL color Cylindrical-coordinate representation of color #C3A7DA: hue angle of 272.94º 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 #C3A7DA is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 167 | 218 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.15 |
| HSL | 272.94º | 0.41% | 0.75% | - |
| HSV(B) | 272.94º | 0.23% | 0.85% | - |
| XYZ | 48.98 | 44.3 | 72.3 | - |
| YUV | 181.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 218 | 0.11 | 0.23 | 0 | 0.15 | 272.94 | 0.41 | 0.75 |
| Hex | C3 | A7 | DA | B | 17 | 0 | F | 111 | 29 | 4B |
| Octal | 303 | 247 | 332 | 13 | 27 | 0 | 17 | 421 | 51 | 113 |
| Binary | 11000011 | 10100111 | 11011010 | 1011 | 10111 | 0 | 1111 | 100010001 | 101001 | 1001011 |
Color Harmonies of #C3A7DA
Complementary color
Monochromatic Colors of #C3A7DA
Black with #C3A7DA
Text Example
Text Example
White with #C3A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7DA; }
p { color: rgb(195,167,218); }
H1.HeaderClassName
{
color: #C3A7DA;
}
.AnyTagClassName
{
color: #C3A7DA;
}
</style>
background-color css
<style>
a { background-color: #C3A7DA; }
a { background-color: rgb(195,167,218); }
div.DivClassName
{
background-color: #C3A7DA;
}
.BgClassName
{
background-color: #C3A7DA;
}
</style>
border-color css
<style>
span { border-color: #C3A7DA; }
span { border-color: rgb(195,167,218); }
td.TdClassName
{
border-color: #C3A7DA;
}
.TagClassName
{
border-color: #C3A7DA;
}
</style>