Shades of Perfume #C09FF6
Tints of Perfume #C09FF6
RGB
CMYK
RGB Variations
Color information
#C09FF6 (or 0xC09FF6) is known color: Perfume. HEX triplet: C0, 9F and F6. RGB value is (192,159,246). Sum of RGB (Red+Green+Blue) = 192+159+246=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #C09FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FF6 is #3F6009. Grayscale: #B2B2B2. Windows color (decimal): -4153354 or 16162752. OLE color: 16162752.
HSL color Cylindrical-coordinate representation of color #C09FF6: hue angle of 262.76º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09FF6 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 159 | 246 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.04 |
| HSL | 262.76º | 0.83% | 0.79% | - |
| HSV(B) | 262.76º | 0.35% | 0.96% | - |
| XYZ | 50.77 | 42.66 | 92.75 | - |
| YUV | 178.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 246 | 0.22 | 0.35 | 0 | 0.04 | 262.76 | 0.83 | 0.79 |
| Hex | C0 | 9F | F6 | 16 | 23 | 0 | 4 | 107 | 53 | 4F |
| Octal | 300 | 237 | 366 | 26 | 43 | 0 | 4 | 407 | 123 | 117 |
| Binary | 11000000 | 10011111 | 11110110 | 10110 | 100011 | 0 | 100 | 100000111 | 1010011 | 1001111 |
Color Harmonies of #C09FF6
Complementary color
Monochromatic Colors of #C09FF6
Black with #C09FF6
Text Example
Text Example
White with #C09FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FF6; }
p { color: rgb(192,159,246); }
H1.HeaderClassName
{
color: #C09FF6;
}
.AnyTagClassName
{
color: #C09FF6;
}
</style>
background-color css
<style>
a { background-color: #C09FF6; }
a { background-color: rgb(192,159,246); }
div.DivClassName
{
background-color: #C09FF6;
}
.BgClassName
{
background-color: #C09FF6;
}
</style>
border-color css
<style>
span { border-color: #C09FF6; }
span { border-color: rgb(192,159,246); }
td.TdClassName
{
border-color: #C09FF6;
}
.TagClassName
{
border-color: #C09FF6;
}
</style>