Shades of Perfume #C3A1E6
Tints of Perfume #C3A1E6
RGB
CMYK
RGB Variations
Color information
#C3A1E6 (or 0xC3A1E6) is known color: Perfume. HEX triplet: C3, A1 and E6. RGB value is (195,161,230). Sum of RGB (Red+Green+Blue) = 195+161+230=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3A1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A1E6 is #3C5E19. Grayscale: #B2B2B2. Windows color (decimal): -3956250 or 15114691. OLE color: 15114691.
HSL color Cylindrical-coordinate representation of color #C3A1E6: hue angle of 269.57º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3A1E6 is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 161 | 230 | - |
| CMYK | 0.15 | 0.3 | 0 | 0.10 |
| HSL | 269.57º | 0.58% | 0.77% | - |
| HSV(B) | 269.57º | 0.3% | 0.9% | - |
| XYZ | 49.53 | 42.81 | 80.51 | - |
| YUV | 179.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 230 | 0.15 | 0.3 | 0 | 0.10 | 269.57 | 0.58 | 0.77 |
| Hex | C3 | A1 | E6 | F | 1E | 0 | A | 10E | 3A | 4D |
| Octal | 303 | 241 | 346 | 17 | 36 | 0 | 12 | 416 | 72 | 115 |
| Binary | 11000011 | 10100001 | 11100110 | 1111 | 11110 | 0 | 1010 | 100001110 | 111010 | 1001101 |
Color Harmonies of #C3A1E6
Complementary color
Monochromatic Colors of #C3A1E6
Black with #C3A1E6
Text Example
Text Example
White with #C3A1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A1E6; }
p { color: rgb(195,161,230); }
H1.HeaderClassName
{
color: #C3A1E6;
}
.AnyTagClassName
{
color: #C3A1E6;
}
</style>
background-color css
<style>
a { background-color: #C3A1E6; }
a { background-color: rgb(195,161,230); }
div.DivClassName
{
background-color: #C3A1E6;
}
.BgClassName
{
background-color: #C3A1E6;
}
</style>
border-color css
<style>
span { border-color: #C3A1E6; }
span { border-color: rgb(195,161,230); }
td.TdClassName
{
border-color: #C3A1E6;
}
.TagClassName
{
border-color: #C3A1E6;
}
</style>