Shades of Perfume #C09EDF
Tints of Perfume #C09EDF
RGB
CMYK
RGB Variations
Color information
#C09EDF (or 0xC09EDF) is known color: Perfume. HEX triplet: C0, 9E and DF. RGB value is (192,158,223). Sum of RGB (Red+Green+Blue) = 192+158+223=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EDF is #3F6120. Grayscale: #AFAFAF. Windows color (decimal): -4153633 or 14655168. OLE color: 14655168.
HSL color Cylindrical-coordinate representation of color #C09EDF: hue angle of 271.38º degrees, saturation: 0.5, 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 #C09EDF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 158 | 223 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 271.38º | 0.5% | 0.75% | - |
| HSV(B) | 271.38º | 0.29% | 0.87% | - |
| XYZ | 47.28 | 40.99 | 75.23 | - |
| YUV | 175.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 223 | 0.14 | 0.29 | 0 | 0.13 | 271.38 | 0.5 | 0.75 |
| Hex | C0 | 9E | DF | E | 1D | 0 | D | 10F | 32 | 4B |
| Octal | 300 | 236 | 337 | 16 | 35 | 0 | 15 | 417 | 62 | 113 |
| Binary | 11000000 | 10011110 | 11011111 | 1110 | 11101 | 0 | 1101 | 100001111 | 110010 | 1001011 |
Color Harmonies of #C09EDF
Complementary color
Monochromatic Colors of #C09EDF
Black with #C09EDF
Text Example
Text Example
White with #C09EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EDF; }
p { color: rgb(192,158,223); }
H1.HeaderClassName
{
color: #C09EDF;
}
.AnyTagClassName
{
color: #C09EDF;
}
</style>
background-color css
<style>
a { background-color: #C09EDF; }
a { background-color: rgb(192,158,223); }
div.DivClassName
{
background-color: #C09EDF;
}
.BgClassName
{
background-color: #C09EDF;
}
</style>
border-color css
<style>
span { border-color: #C09EDF; }
span { border-color: rgb(192,158,223); }
td.TdClassName
{
border-color: #C09EDF;
}
.TagClassName
{
border-color: #C09EDF;
}
</style>