Shades of Perfume #C09DE6
Tints of Perfume #C09DE6
RGB
CMYK
RGB Variations
Color information
#C09DE6 (or 0xC09DE6) is known color: Perfume. HEX triplet: C0, 9D and E6. RGB value is (192,157,230). Sum of RGB (Red+Green+Blue) = 192+157+230=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C09DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DE6 is #3F6219. Grayscale: #AFAFAF. Windows color (decimal): -4153882 or 15113664. OLE color: 15113664.
HSL color Cylindrical-coordinate representation of color #C09DE6: hue angle of 268.77º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09DE6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 157 | 230 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.10 |
| HSL | 268.77º | 0.59% | 0.76% | - |
| HSV(B) | 268.77º | 0.32% | 0.9% | - |
| XYZ | 48.08 | 41.03 | 80.25 | - |
| YUV | 175.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 230 | 0.17 | 0.32 | 0 | 0.10 | 268.77 | 0.59 | 0.76 |
| Hex | C0 | 9D | E6 | 11 | 20 | 0 | A | 10D | 3B | 4C |
| Octal | 300 | 235 | 346 | 21 | 40 | 0 | 12 | 415 | 73 | 114 |
| Binary | 11000000 | 10011101 | 11100110 | 10001 | 100000 | 0 | 1010 | 100001101 | 111011 | 1001100 |
Color Harmonies of #C09DE6
Complementary color
Monochromatic Colors of #C09DE6
Black with #C09DE6
Text Example
Text Example
White with #C09DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DE6; }
p { color: rgb(192,157,230); }
H1.HeaderClassName
{
color: #C09DE6;
}
.AnyTagClassName
{
color: #C09DE6;
}
</style>
background-color css
<style>
a { background-color: #C09DE6; }
a { background-color: rgb(192,157,230); }
div.DivClassName
{
background-color: #C09DE6;
}
.BgClassName
{
background-color: #C09DE6;
}
</style>
border-color css
<style>
span { border-color: #C09DE6; }
span { border-color: rgb(192,157,230); }
td.TdClassName
{
border-color: #C09DE6;
}
.TagClassName
{
border-color: #C09DE6;
}
</style>