Shades of Perfume #C3A1E7
Tints of Perfume #C3A1E7
RGB
CMYK
RGB Variations
Color information
#C3A1E7 (or 0xC3A1E7) is known color: Perfume. HEX triplet: C3, A1 and E7. RGB value is (195,161,231). Sum of RGB (Red+Green+Blue) = 195+161+231=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3A1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A1E7 is #3C5E18. Grayscale: #B2B2B2. Windows color (decimal): -3956249 or 15180227. OLE color: 15180227.
HSL color Cylindrical-coordinate representation of color #C3A1E7: hue angle of 269.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3A1E7 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 161 | 231 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.09 |
| HSL | 269.14º | 0.59% | 0.77% | - |
| HSV(B) | 269.14º | 0.3% | 0.91% | - |
| XYZ | 49.67 | 42.86 | 81.26 | - |
| YUV | 179.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 231 | 0.16 | 0.30 | 0 | 0.09 | 269.14 | 0.59 | 0.77 |
| Hex | C3 | A1 | E7 | 10 | 1E | 0 | 9 | 10D | 3B | 4D |
| Octal | 303 | 241 | 347 | 20 | 36 | 0 | 11 | 415 | 73 | 115 |
| Binary | 11000011 | 10100001 | 11100111 | 10000 | 11110 | 0 | 1001 | 100001101 | 111011 | 1001101 |
Color Harmonies of #C3A1E7
Complementary color
Monochromatic Colors of #C3A1E7
Black with #C3A1E7
Text Example
Text Example
White with #C3A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A1E7; }
p { color: rgb(195,161,231); }
H1.HeaderClassName
{
color: #C3A1E7;
}
.AnyTagClassName
{
color: #C3A1E7;
}
</style>
background-color css
<style>
a { background-color: #C3A1E7; }
a { background-color: rgb(195,161,231); }
div.DivClassName
{
background-color: #C3A1E7;
}
.BgClassName
{
background-color: #C3A1E7;
}
</style>
border-color css
<style>
span { border-color: #C3A1E7; }
span { border-color: rgb(195,161,231); }
td.TdClassName
{
border-color: #C3A1E7;
}
.TagClassName
{
border-color: #C3A1E7;
}
</style>