Shades of Perfume #C9A4ED
Tints of Perfume #C9A4ED
RGB
CMYK
RGB Variations
Color information
#C9A4ED (or 0xC9A4ED) is known color: Perfume. HEX triplet: C9, A4 and ED. RGB value is (201,164,237). Sum of RGB (Red+Green+Blue) = 201+164+237=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9A4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4ED is #365B12. Grayscale: #B7B7B7. Windows color (decimal): -3562259 or 15574217. OLE color: 15574217.
HSL color Cylindrical-coordinate representation of color #C9A4ED: hue angle of 270.41º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A4ED is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 164 | 237 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.07 |
| HSL | 270.41º | 0.67% | 0.79% | - |
| HSV(B) | 270.41º | 0.31% | 0.93% | - |
| XYZ | 52.65 | 45.08 | 86.05 | - |
| YUV | 183.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 237 | 0.15 | 0.31 | 0 | 0.07 | 270.41 | 0.67 | 0.79 |
| Hex | C9 | A4 | ED | F | 1F | 0 | 7 | 10E | 43 | 4F |
| Octal | 311 | 244 | 355 | 17 | 37 | 0 | 7 | 416 | 103 | 117 |
| Binary | 11001001 | 10100100 | 11101101 | 1111 | 11111 | 0 | 111 | 100001110 | 1000011 | 1001111 |
Color Harmonies of #C9A4ED
Complementary color
Monochromatic Colors of #C9A4ED
Black with #C9A4ED
Text Example
Text Example
White with #C9A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A4ED; }
p { color: rgb(201,164,237); }
H1.HeaderClassName
{
color: #C9A4ED;
}
.AnyTagClassName
{
color: #C9A4ED;
}
</style>
background-color css
<style>
a { background-color: #C9A4ED; }
a { background-color: rgb(201,164,237); }
div.DivClassName
{
background-color: #C9A4ED;
}
.BgClassName
{
background-color: #C9A4ED;
}
</style>
border-color css
<style>
span { border-color: #C9A4ED; }
span { border-color: rgb(201,164,237); }
td.TdClassName
{
border-color: #C9A4ED;
}
.TagClassName
{
border-color: #C9A4ED;
}
</style>