Shades of Perfume #C09EDA
Tints of Perfume #C09EDA
RGB
CMYK
RGB Variations
Color information
#C09EDA (or 0xC09EDA) is known color: Perfume. HEX triplet: C0, 9E and DA. RGB value is (192,158,218). Sum of RGB (Red+Green+Blue) = 192+158+218=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #C09EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EDA is #3F6125. Grayscale: #AEAEAE. Windows color (decimal): -4153638 or 14327488. OLE color: 14327488.
HSL color Cylindrical-coordinate representation of color #C09EDA: hue angle of 274º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09EDA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 158 | 218 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.15 |
| HSL | 274º | 0.45% | 0.74% | - |
| HSV(B) | 274º | 0.28% | 0.85% | - |
| XYZ | 46.62 | 40.72 | 71.73 | - |
| YUV | 175.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 218 | 0.12 | 0.28 | 0 | 0.15 | 274 | 0.45 | 0.74 |
| Hex | C0 | 9E | DA | C | 1C | 0 | F | 112 | 2D | 4A |
| Octal | 300 | 236 | 332 | 14 | 34 | 0 | 17 | 422 | 55 | 112 |
| Binary | 11000000 | 10011110 | 11011010 | 1100 | 11100 | 0 | 1111 | 100010010 | 101101 | 1001010 |
Color Harmonies of #C09EDA
Complementary color
Monochromatic Colors of #C09EDA
Black with #C09EDA
Text Example
Text Example
White with #C09EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EDA; }
p { color: rgb(192,158,218); }
H1.HeaderClassName
{
color: #C09EDA;
}
.AnyTagClassName
{
color: #C09EDA;
}
</style>
background-color css
<style>
a { background-color: #C09EDA; }
a { background-color: rgb(192,158,218); }
div.DivClassName
{
background-color: #C09EDA;
}
.BgClassName
{
background-color: #C09EDA;
}
</style>
border-color css
<style>
span { border-color: #C09EDA; }
span { border-color: rgb(192,158,218); }
td.TdClassName
{
border-color: #C09EDA;
}
.TagClassName
{
border-color: #C09EDA;
}
</style>