Shades of Perfume #C3AED8
Tints of Perfume #C3AED8
RGB
CMYK
RGB Variations
Color information
#C3AED8 (or 0xC3AED8) is known color: Perfume. HEX triplet: C3, AE and D8. RGB value is (195,174,216). Sum of RGB (Red+Green+Blue) = 195+174+216=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AED8 is #3C5127. Grayscale: #B8B8B8. Windows color (decimal): -3952936 or 14200515. OLE color: 14200515.
HSL color Cylindrical-coordinate representation of color #C3AED8: hue angle of 270º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3AED8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 174 | 216 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.15 |
| HSL | 270º | 0.35% | 0.76% | - |
| HSV(B) | 270º | 0.19% | 0.85% | - |
| XYZ | 50.04 | 46.83 | 71.37 | - |
| YUV | 185.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 216 | 0.10 | 0.19 | 0 | 0.15 | 270 | 0.35 | 0.76 |
| Hex | C3 | AE | D8 | A | 13 | 0 | F | 10E | 23 | 4C |
| Octal | 303 | 256 | 330 | 12 | 23 | 0 | 17 | 416 | 43 | 114 |
| Binary | 11000011 | 10101110 | 11011000 | 1010 | 10011 | 0 | 1111 | 100001110 | 100011 | 1001100 |
Color Harmonies of #C3AED8
Complementary color
Monochromatic Colors of #C3AED8
Black with #C3AED8
Text Example
Text Example
White with #C3AED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AED8; }
p { color: rgb(195,174,216); }
H1.HeaderClassName
{
color: #C3AED8;
}
.AnyTagClassName
{
color: #C3AED8;
}
</style>
background-color css
<style>
a { background-color: #C3AED8; }
a { background-color: rgb(195,174,216); }
div.DivClassName
{
background-color: #C3AED8;
}
.BgClassName
{
background-color: #C3AED8;
}
</style>
border-color css
<style>
span { border-color: #C3AED8; }
span { border-color: rgb(195,174,216); }
td.TdClassName
{
border-color: #C3AED8;
}
.TagClassName
{
border-color: #C3AED8;
}
</style>