Shades of Perfume #C09BDF
Tints of Perfume #C09BDF
RGB
CMYK
RGB Variations
Color information
#C09BDF (or 0xC09BDF) is known color: Perfume. HEX triplet: C0, 9B and DF. RGB value is (192,155,223). Sum of RGB (Red+Green+Blue) = 192+155+223=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDF is #3F6420. Grayscale: #ADADAD. Windows color (decimal): -4154401 or 14654400. OLE color: 14654400.
HSL color Cylindrical-coordinate representation of color #C09BDF: hue angle of 272.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09BDF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 155 | 223 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.13 |
| HSL | 272.65º | 0.52% | 0.74% | - |
| HSV(B) | 272.65º | 0.3% | 0.87% | - |
| XYZ | 46.78 | 39.98 | 75.06 | - |
| YUV | 173.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 223 | 0.14 | 0.30 | 0 | 0.13 | 272.65 | 0.52 | 0.74 |
| Hex | C0 | 9B | DF | E | 1E | 0 | D | 111 | 34 | 4A |
| Octal | 300 | 233 | 337 | 16 | 36 | 0 | 15 | 421 | 64 | 112 |
| Binary | 11000000 | 10011011 | 11011111 | 1110 | 11110 | 0 | 1101 | 100010001 | 110100 | 1001010 |
Color Harmonies of #C09BDF
Complementary color
Monochromatic Colors of #C09BDF
Black with #C09BDF
Text Example
Text Example
White with #C09BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BDF; }
p { color: rgb(192,155,223); }
H1.HeaderClassName
{
color: #C09BDF;
}
.AnyTagClassName
{
color: #C09BDF;
}
</style>
background-color css
<style>
a { background-color: #C09BDF; }
a { background-color: rgb(192,155,223); }
div.DivClassName
{
background-color: #C09BDF;
}
.BgClassName
{
background-color: #C09BDF;
}
</style>
border-color css
<style>
span { border-color: #C09BDF; }
span { border-color: rgb(192,155,223); }
td.TdClassName
{
border-color: #C09BDF;
}
.TagClassName
{
border-color: #C09BDF;
}
</style>