Shades of Perfume #C09FEF
Tints of Perfume #C09FEF
RGB
CMYK
RGB Variations
Color information
#C09FEF (or 0xC09FEF) is known color: Perfume. HEX triplet: C0, 9F and EF. RGB value is (192,159,239). Sum of RGB (Red+Green+Blue) = 192+159+239=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #C09FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FEF is #3F6010. Grayscale: #B1B1B1. Windows color (decimal): -4153361 or 15704000. OLE color: 15704000.
HSL color Cylindrical-coordinate representation of color #C09FEF: hue angle of 264.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09FEF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 159 | 239 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.06 |
| HSL | 264.75º | 0.71% | 0.78% | - |
| HSV(B) | 264.75º | 0.33% | 0.94% | - |
| XYZ | 49.72 | 42.23 | 87.19 | - |
| YUV | 177.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 239 | 0.20 | 0.33 | 0 | 0.06 | 264.75 | 0.71 | 0.78 |
| Hex | C0 | 9F | EF | 14 | 21 | 0 | 6 | 109 | 47 | 4E |
| Octal | 300 | 237 | 357 | 24 | 41 | 0 | 6 | 411 | 107 | 116 |
| Binary | 11000000 | 10011111 | 11101111 | 10100 | 100001 | 0 | 110 | 100001001 | 1000111 | 1001110 |
Color Harmonies of #C09FEF
Complementary color
Monochromatic Colors of #C09FEF
Black with #C09FEF
Text Example
Text Example
White with #C09FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FEF; }
p { color: rgb(192,159,239); }
H1.HeaderClassName
{
color: #C09FEF;
}
.AnyTagClassName
{
color: #C09FEF;
}
</style>
background-color css
<style>
a { background-color: #C09FEF; }
a { background-color: rgb(192,159,239); }
div.DivClassName
{
background-color: #C09FEF;
}
.BgClassName
{
background-color: #C09FEF;
}
</style>
border-color css
<style>
span { border-color: #C09FEF; }
span { border-color: rgb(192,159,239); }
td.TdClassName
{
border-color: #C09FEF;
}
.TagClassName
{
border-color: #C09FEF;
}
</style>