Shades of Perfume #C09EED
Tints of Perfume #C09EED
RGB
CMYK
RGB Variations
Color information
#C09EED (or 0xC09EED) is known color: Perfume. HEX triplet: C0, 9E and ED. RGB value is (192,158,237). Sum of RGB (Red+Green+Blue) = 192+158+237=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C09EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EED is #3F6112. Grayscale: #B0B0B0. Windows color (decimal): -4153619 or 15572672. OLE color: 15572672.
HSL color Cylindrical-coordinate representation of color #C09EED: hue angle of 265.82º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09EED is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 158 | 237 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.07 |
| HSL | 265.82º | 0.69% | 0.77% | - |
| HSV(B) | 265.82º | 0.33% | 0.93% | - |
| XYZ | 49.25 | 41.77 | 85.59 | - |
| YUV | 177.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 237 | 0.19 | 0.33 | 0 | 0.07 | 265.82 | 0.69 | 0.77 |
| Hex | C0 | 9E | ED | 13 | 21 | 0 | 7 | 10A | 45 | 4D |
| Octal | 300 | 236 | 355 | 23 | 41 | 0 | 7 | 412 | 105 | 115 |
| Binary | 11000000 | 10011110 | 11101101 | 10011 | 100001 | 0 | 111 | 100001010 | 1000101 | 1001101 |
Color Harmonies of #C09EED
Complementary color
Monochromatic Colors of #C09EED
Black with #C09EED
Text Example
Text Example
White with #C09EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EED; }
p { color: rgb(192,158,237); }
H1.HeaderClassName
{
color: #C09EED;
}
.AnyTagClassName
{
color: #C09EED;
}
</style>
background-color css
<style>
a { background-color: #C09EED; }
a { background-color: rgb(192,158,237); }
div.DivClassName
{
background-color: #C09EED;
}
.BgClassName
{
background-color: #C09EED;
}
</style>
border-color css
<style>
span { border-color: #C09EED; }
span { border-color: rgb(192,158,237); }
td.TdClassName
{
border-color: #C09EED;
}
.TagClassName
{
border-color: #C09EED;
}
</style>