Shades of Perfume #C09EE1
Tints of Perfume #C09EE1
RGB
CMYK
RGB Variations
Color information
#C09EE1 (or 0xC09EE1) is known color: Perfume. HEX triplet: C0, 9E and E1. RGB value is (192,158,225). Sum of RGB (Red+Green+Blue) = 192+158+225=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #C09EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EE1 is #3F611E. Grayscale: #AFAFAF. Windows color (decimal): -4153631 or 14786240. OLE color: 14786240.
HSL color Cylindrical-coordinate representation of color #C09EE1: hue angle of 270.45º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09EE1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 158 | 225 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.12 |
| HSL | 270.45º | 0.53% | 0.75% | - |
| HSV(B) | 270.45º | 0.3% | 0.88% | - |
| XYZ | 47.56 | 41.1 | 76.66 | - |
| YUV | 175.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 225 | 0.15 | 0.30 | 0 | 0.12 | 270.45 | 0.53 | 0.75 |
| Hex | C0 | 9E | E1 | F | 1E | 0 | C | 10E | 35 | 4B |
| Octal | 300 | 236 | 341 | 17 | 36 | 0 | 14 | 416 | 65 | 113 |
| Binary | 11000000 | 10011110 | 11100001 | 1111 | 11110 | 0 | 1100 | 100001110 | 110101 | 1001011 |
Color Harmonies of #C09EE1
Complementary color
Monochromatic Colors of #C09EE1
Black with #C09EE1
Text Example
Text Example
White with #C09EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EE1; }
p { color: rgb(192,158,225); }
H1.HeaderClassName
{
color: #C09EE1;
}
.AnyTagClassName
{
color: #C09EE1;
}
</style>
background-color css
<style>
a { background-color: #C09EE1; }
a { background-color: rgb(192,158,225); }
div.DivClassName
{
background-color: #C09EE1;
}
.BgClassName
{
background-color: #C09EE1;
}
</style>
border-color css
<style>
span { border-color: #C09EE1; }
span { border-color: rgb(192,158,225); }
td.TdClassName
{
border-color: #C09EE1;
}
.TagClassName
{
border-color: #C09EE1;
}
</style>