Shades of Perfume #C09DED
Tints of Perfume #C09DED
RGB
CMYK
RGB Variations
Color information
#C09DED (or 0xC09DED) is known color: Perfume. HEX triplet: C0, 9D and ED. RGB value is (192,157,237). Sum of RGB (Red+Green+Blue) = 192+157+237=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #C09DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DED is #3F6212. Grayscale: #B0B0B0. Windows color (decimal): -4153875 or 15572416. OLE color: 15572416.
HSL color Cylindrical-coordinate representation of color #C09DED: hue angle of 266.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09DED is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 157 | 237 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.07 |
| HSL | 266.25º | 0.69% | 0.77% | - |
| HSV(B) | 266.25º | 0.34% | 0.93% | - |
| XYZ | 49.08 | 41.43 | 85.53 | - |
| YUV | 176.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 237 | 0.19 | 0.34 | 0 | 0.07 | 266.25 | 0.69 | 0.77 |
| Hex | C0 | 9D | ED | 13 | 22 | 0 | 7 | 10A | 45 | 4D |
| Octal | 300 | 235 | 355 | 23 | 42 | 0 | 7 | 412 | 105 | 115 |
| Binary | 11000000 | 10011101 | 11101101 | 10011 | 100010 | 0 | 111 | 100001010 | 1000101 | 1001101 |
Color Harmonies of #C09DED
Complementary color
Monochromatic Colors of #C09DED
Black with #C09DED
Text Example
Text Example
White with #C09DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DED; }
p { color: rgb(192,157,237); }
H1.HeaderClassName
{
color: #C09DED;
}
.AnyTagClassName
{
color: #C09DED;
}
</style>
background-color css
<style>
a { background-color: #C09DED; }
a { background-color: rgb(192,157,237); }
div.DivClassName
{
background-color: #C09DED;
}
.BgClassName
{
background-color: #C09DED;
}
</style>
border-color css
<style>
span { border-color: #C09DED; }
span { border-color: rgb(192,157,237); }
td.TdClassName
{
border-color: #C09DED;
}
.TagClassName
{
border-color: #C09DED;
}
</style>