Shades of Perfume #C09CE9
Tints of Perfume #C09CE9
RGB
CMYK
RGB Variations
Color information
#C09CE9 (or 0xC09CE9) is known color: Perfume. HEX triplet: C0, 9C and E9. RGB value is (192,156,233). Sum of RGB (Red+Green+Blue) = 192+156+233=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #C09CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CE9 is #3F6316. Grayscale: #AFAFAF. Windows color (decimal): -4154135 or 15310016. OLE color: 15310016.
HSL color Cylindrical-coordinate representation of color #C09CE9: hue angle of 268.05º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09CE9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 156 | 233 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.09 |
| HSL | 268.05º | 0.64% | 0.76% | - |
| HSV(B) | 268.05º | 0.33% | 0.91% | - |
| XYZ | 48.33 | 40.87 | 82.43 | - |
| YUV | 175.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 233 | 0.18 | 0.33 | 0 | 0.09 | 268.05 | 0.64 | 0.76 |
| Hex | C0 | 9C | E9 | 12 | 21 | 0 | 9 | 10C | 40 | 4C |
| Octal | 300 | 234 | 351 | 22 | 41 | 0 | 11 | 414 | 100 | 114 |
| Binary | 11000000 | 10011100 | 11101001 | 10010 | 100001 | 0 | 1001 | 100001100 | 1000000 | 1001100 |
Color Harmonies of #C09CE9
Complementary color
Monochromatic Colors of #C09CE9
Black with #C09CE9
Text Example
Text Example
White with #C09CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CE9; }
p { color: rgb(192,156,233); }
H1.HeaderClassName
{
color: #C09CE9;
}
.AnyTagClassName
{
color: #C09CE9;
}
</style>
background-color css
<style>
a { background-color: #C09CE9; }
a { background-color: rgb(192,156,233); }
div.DivClassName
{
background-color: #C09CE9;
}
.BgClassName
{
background-color: #C09CE9;
}
</style>
border-color css
<style>
span { border-color: #C09CE9; }
span { border-color: rgb(192,156,233); }
td.TdClassName
{
border-color: #C09CE9;
}
.TagClassName
{
border-color: #C09CE9;
}
</style>