Shades of Perfume #C09FF7
Tints of Perfume #C09FF7
RGB
CMYK
RGB Variations
Color information
#C09FF7 (or 0xC09FF7) is known color: Perfume. HEX triplet: C0, 9F and F7. RGB value is (192,159,247). Sum of RGB (Red+Green+Blue) = 192+159+247=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #C09FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FF7 is #3F6008. Grayscale: #B2B2B2. Windows color (decimal): -4153353 or 16228288. OLE color: 16228288.
HSL color Cylindrical-coordinate representation of color #C09FF7: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C09FF7 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 159 | 247 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.03 |
| HSL | 262.5º | 0.85% | 0.8% | - |
| HSV(B) | 262.5º | 0.36% | 0.97% | - |
| XYZ | 50.92 | 42.72 | 93.56 | - |
| YUV | 178.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 247 | 0.22 | 0.36 | 0 | 0.03 | 262.5 | 0.85 | 0.8 |
| Hex | C0 | 9F | F7 | 16 | 24 | 0 | 3 | 106 | 55 | 50 |
| Octal | 300 | 237 | 367 | 26 | 44 | 0 | 3 | 406 | 125 | 120 |
| Binary | 11000000 | 10011111 | 11110111 | 10110 | 100100 | 0 | 11 | 100000110 | 1010101 | 1010000 |
Color Harmonies of #C09FF7
Complementary color
Monochromatic Colors of #C09FF7
Black with #C09FF7
Text Example
Text Example
White with #C09FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FF7; }
p { color: rgb(192,159,247); }
H1.HeaderClassName
{
color: #C09FF7;
}
.AnyTagClassName
{
color: #C09FF7;
}
</style>
background-color css
<style>
a { background-color: #C09FF7; }
a { background-color: rgb(192,159,247); }
div.DivClassName
{
background-color: #C09FF7;
}
.BgClassName
{
background-color: #C09FF7;
}
</style>
border-color css
<style>
span { border-color: #C09FF7; }
span { border-color: rgb(192,159,247); }
td.TdClassName
{
border-color: #C09FF7;
}
.TagClassName
{
border-color: #C09FF7;
}
</style>