Shades of Perfume #C09DEF
Tints of Perfume #C09DEF
RGB
CMYK
RGB Variations
Color information
#C09DEF (or 0xC09DEF) is known color: Perfume. HEX triplet: C0, 9D and EF. RGB value is (192,157,239). Sum of RGB (Red+Green+Blue) = 192+157+239=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C09DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DEF is #3F6210. Grayscale: #B0B0B0. Windows color (decimal): -4153873 or 15703488. OLE color: 15703488.
HSL color Cylindrical-coordinate representation of color #C09DEF: hue angle of 265.61º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09DEF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 157 | 239 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.06 |
| HSL | 265.61º | 0.72% | 0.78% | - |
| HSV(B) | 265.61º | 0.34% | 0.94% | - |
| XYZ | 49.38 | 41.55 | 87.08 | - |
| YUV | 176.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 239 | 0.20 | 0.34 | 0 | 0.06 | 265.61 | 0.72 | 0.78 |
| Hex | C0 | 9D | EF | 14 | 22 | 0 | 6 | 10A | 48 | 4E |
| Octal | 300 | 235 | 357 | 24 | 42 | 0 | 6 | 412 | 110 | 116 |
| Binary | 11000000 | 10011101 | 11101111 | 10100 | 100010 | 0 | 110 | 100001010 | 1001000 | 1001110 |
Color Harmonies of #C09DEF
Complementary color
Monochromatic Colors of #C09DEF
Black with #C09DEF
Text Example
Text Example
White with #C09DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DEF; }
p { color: rgb(192,157,239); }
H1.HeaderClassName
{
color: #C09DEF;
}
.AnyTagClassName
{
color: #C09DEF;
}
</style>
background-color css
<style>
a { background-color: #C09DEF; }
a { background-color: rgb(192,157,239); }
div.DivClassName
{
background-color: #C09DEF;
}
.BgClassName
{
background-color: #C09DEF;
}
</style>
border-color css
<style>
span { border-color: #C09DEF; }
span { border-color: rgb(192,157,239); }
td.TdClassName
{
border-color: #C09DEF;
}
.TagClassName
{
border-color: #C09DEF;
}
</style>