Shades of Perfume #C09DE7
Tints of Perfume #C09DE7
RGB
CMYK
RGB Variations
Color information
#C09DE7 (or 0xC09DE7) is known color: Perfume. HEX triplet: C0, 9D and E7. RGB value is (192,157,231). Sum of RGB (Red+Green+Blue) = 192+157+231=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #C09DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DE7 is #3F6218. Grayscale: #AFAFAF. Windows color (decimal): -4153881 or 15179200. OLE color: 15179200.
HSL color Cylindrical-coordinate representation of color #C09DE7: hue angle of 268.38º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09DE7 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 157 | 231 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.09 |
| HSL | 268.38º | 0.61% | 0.76% | - |
| HSV(B) | 268.38º | 0.32% | 0.91% | - |
| XYZ | 48.22 | 41.09 | 80.99 | - |
| YUV | 175.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 231 | 0.17 | 0.32 | 0 | 0.09 | 268.38 | 0.61 | 0.76 |
| Hex | C0 | 9D | E7 | 11 | 20 | 0 | 9 | 10C | 3D | 4C |
| Octal | 300 | 235 | 347 | 21 | 40 | 0 | 11 | 414 | 75 | 114 |
| Binary | 11000000 | 10011101 | 11100111 | 10001 | 100000 | 0 | 1001 | 100001100 | 111101 | 1001100 |
Color Harmonies of #C09DE7
Complementary color
Monochromatic Colors of #C09DE7
Black with #C09DE7
Text Example
Text Example
White with #C09DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DE7; }
p { color: rgb(192,157,231); }
H1.HeaderClassName
{
color: #C09DE7;
}
.AnyTagClassName
{
color: #C09DE7;
}
</style>
background-color css
<style>
a { background-color: #C09DE7; }
a { background-color: rgb(192,157,231); }
div.DivClassName
{
background-color: #C09DE7;
}
.BgClassName
{
background-color: #C09DE7;
}
</style>
border-color css
<style>
span { border-color: #C09DE7; }
span { border-color: rgb(192,157,231); }
td.TdClassName
{
border-color: #C09DE7;
}
.TagClassName
{
border-color: #C09DE7;
}
</style>