Shades of Perfume #C09EDE
Tints of Perfume #C09EDE
RGB
CMYK
RGB Variations
Color information
#C09EDE (or 0xC09EDE) is known color: Perfume. HEX triplet: C0, 9E and DE. RGB value is (192,158,222). Sum of RGB (Red+Green+Blue) = 192+158+222=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EDE is #3F6121. Grayscale: #AFAFAF. Windows color (decimal): -4153634 or 14589632. OLE color: 14589632.
HSL color Cylindrical-coordinate representation of color #C09EDE: hue angle of 271.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09EDE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 158 | 222 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 271.88º | 0.49% | 0.75% | - |
| HSV(B) | 271.88º | 0.29% | 0.87% | - |
| XYZ | 47.15 | 40.93 | 74.52 | - |
| YUV | 175.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 222 | 0.14 | 0.29 | 0 | 0.13 | 271.88 | 0.49 | 0.75 |
| Hex | C0 | 9E | DE | E | 1D | 0 | D | 110 | 31 | 4B |
| Octal | 300 | 236 | 336 | 16 | 35 | 0 | 15 | 420 | 61 | 113 |
| Binary | 11000000 | 10011110 | 11011110 | 1110 | 11101 | 0 | 1101 | 100010000 | 110001 | 1001011 |
Color Harmonies of #C09EDE
Complementary color
Monochromatic Colors of #C09EDE
Black with #C09EDE
Text Example
Text Example
White with #C09EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EDE; }
p { color: rgb(192,158,222); }
H1.HeaderClassName
{
color: #C09EDE;
}
.AnyTagClassName
{
color: #C09EDE;
}
</style>
background-color css
<style>
a { background-color: #C09EDE; }
a { background-color: rgb(192,158,222); }
div.DivClassName
{
background-color: #C09EDE;
}
.BgClassName
{
background-color: #C09EDE;
}
</style>
border-color css
<style>
span { border-color: #C09EDE; }
span { border-color: rgb(192,158,222); }
td.TdClassName
{
border-color: #C09EDE;
}
.TagClassName
{
border-color: #C09EDE;
}
</style>