Shades of Perfume #C09DEE
Tints of Perfume #C09DEE
RGB
CMYK
RGB Variations
Color information
#C09DEE (or 0xC09DEE) is known color: Perfume. HEX triplet: C0, 9D and EE. RGB value is (192,157,238). Sum of RGB (Red+Green+Blue) = 192+157+238=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #C09DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DEE is #3F6211. Grayscale: #B0B0B0. Windows color (decimal): -4153874 or 15637952. OLE color: 15637952.
HSL color Cylindrical-coordinate representation of color #C09DEE: hue angle of 265.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09DEE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 157 | 238 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.07 |
| HSL | 265.93º | 0.7% | 0.77% | - |
| HSV(B) | 265.93º | 0.34% | 0.93% | - |
| XYZ | 49.23 | 41.49 | 86.3 | - |
| YUV | 176.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 238 | 0.19 | 0.34 | 0 | 0.07 | 265.93 | 0.7 | 0.77 |
| Hex | C0 | 9D | EE | 13 | 22 | 0 | 7 | 10A | 46 | 4D |
| Octal | 300 | 235 | 356 | 23 | 42 | 0 | 7 | 412 | 106 | 115 |
| Binary | 11000000 | 10011101 | 11101110 | 10011 | 100010 | 0 | 111 | 100001010 | 1000110 | 1001101 |
Color Harmonies of #C09DEE
Complementary color
Monochromatic Colors of #C09DEE
Black with #C09DEE
Text Example
Text Example
White with #C09DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DEE; }
p { color: rgb(192,157,238); }
H1.HeaderClassName
{
color: #C09DEE;
}
.AnyTagClassName
{
color: #C09DEE;
}
</style>
background-color css
<style>
a { background-color: #C09DEE; }
a { background-color: rgb(192,157,238); }
div.DivClassName
{
background-color: #C09DEE;
}
.BgClassName
{
background-color: #C09DEE;
}
</style>
border-color css
<style>
span { border-color: #C09DEE; }
span { border-color: rgb(192,157,238); }
td.TdClassName
{
border-color: #C09DEE;
}
.TagClassName
{
border-color: #C09DEE;
}
</style>