Shades of Perfume #C09FDD
Tints of Perfume #C09FDD
RGB
CMYK
RGB Variations
Color information
#C09FDD (or 0xC09FDD) is known color: Perfume. HEX triplet: C0, 9F and DD. RGB value is (192,159,221). Sum of RGB (Red+Green+Blue) = 192+159+221=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C09FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FDD is #3F6022. Grayscale: #AFAFAF. Windows color (decimal): -4153379 or 14524352. OLE color: 14524352.
HSL color Cylindrical-coordinate representation of color #C09FDD: hue angle of 271.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09FDD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 159 | 221 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.13 |
| HSL | 271.94º | 0.48% | 0.75% | - |
| HSV(B) | 271.94º | 0.28% | 0.87% | - |
| XYZ | 47.19 | 41.22 | 73.88 | - |
| YUV | 175.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 221 | 0.13 | 0.28 | 0 | 0.13 | 271.94 | 0.48 | 0.75 |
| Hex | C0 | 9F | DD | D | 1C | 0 | D | 110 | 30 | 4B |
| Octal | 300 | 237 | 335 | 15 | 34 | 0 | 15 | 420 | 60 | 113 |
| Binary | 11000000 | 10011111 | 11011101 | 1101 | 11100 | 0 | 1101 | 100010000 | 110000 | 1001011 |
Color Harmonies of #C09FDD
Complementary color
Monochromatic Colors of #C09FDD
Black with #C09FDD
Text Example
Text Example
White with #C09FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FDD; }
p { color: rgb(192,159,221); }
H1.HeaderClassName
{
color: #C09FDD;
}
.AnyTagClassName
{
color: #C09FDD;
}
</style>
background-color css
<style>
a { background-color: #C09FDD; }
a { background-color: rgb(192,159,221); }
div.DivClassName
{
background-color: #C09FDD;
}
.BgClassName
{
background-color: #C09FDD;
}
</style>
border-color css
<style>
span { border-color: #C09FDD; }
span { border-color: rgb(192,159,221); }
td.TdClassName
{
border-color: #C09FDD;
}
.TagClassName
{
border-color: #C09FDD;
}
</style>