Shades of Perfume #C09DDF
Tints of Perfume #C09DDF
RGB
CMYK
RGB Variations
Color information
#C09DDF (or 0xC09DDF) is known color: Perfume. HEX triplet: C0, 9D and DF. RGB value is (192,157,223). Sum of RGB (Red+Green+Blue) = 192+157+223=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DDF is #3F6220. Grayscale: #AEAEAE. Windows color (decimal): -4153889 or 14654912. OLE color: 14654912.
HSL color Cylindrical-coordinate representation of color #C09DDF: hue angle of 271.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09DDF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 157 | 223 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 271.82º | 0.51% | 0.75% | - |
| HSV(B) | 271.82º | 0.3% | 0.87% | - |
| XYZ | 47.11 | 40.65 | 75.17 | - |
| YUV | 174.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 223 | 0.14 | 0.30 | 0 | 0.13 | 271.82 | 0.51 | 0.75 |
| Hex | C0 | 9D | DF | E | 1E | 0 | D | 110 | 33 | 4B |
| Octal | 300 | 235 | 337 | 16 | 36 | 0 | 15 | 420 | 63 | 113 |
| Binary | 11000000 | 10011101 | 11011111 | 1110 | 11110 | 0 | 1101 | 100010000 | 110011 | 1001011 |
Color Harmonies of #C09DDF
Complementary color
Monochromatic Colors of #C09DDF
Black with #C09DDF
Text Example
Text Example
White with #C09DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DDF; }
p { color: rgb(192,157,223); }
H1.HeaderClassName
{
color: #C09DDF;
}
.AnyTagClassName
{
color: #C09DDF;
}
</style>
background-color css
<style>
a { background-color: #C09DDF; }
a { background-color: rgb(192,157,223); }
div.DivClassName
{
background-color: #C09DDF;
}
.BgClassName
{
background-color: #C09DDF;
}
</style>
border-color css
<style>
span { border-color: #C09DDF; }
span { border-color: rgb(192,157,223); }
td.TdClassName
{
border-color: #C09DDF;
}
.TagClassName
{
border-color: #C09DDF;
}
</style>