Shades of Perfume #C09FFE
Tints of Perfume #C09FFE
RGB
CMYK
RGB Variations
Color information
#C09FFE (or 0xC09FFE) is known color: Perfume. HEX triplet: C0, 9F and FE. RGB value is (192,159,254). Sum of RGB (Red+Green+Blue) = 192+159+254=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #C09FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FFE is #3F6001. Grayscale: #B3B3B3. Windows color (decimal): -4153346 or 16687040. OLE color: 16687040.
HSL color Cylindrical-coordinate representation of color #C09FFE: hue angle of 260.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09FFE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 159 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 260.84º | 0.98% | 0.81% | - |
| HSV(B) | 260.84º | 0.37% | 1% | - |
| XYZ | 52.03 | 43.16 | 99.35 | - |
| YUV | 179.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 254 | 0.24 | 0.37 | 0 | 0.00 | 260.84 | 0.98 | 0.81 |
| Hex | C0 | 9F | FE | 18 | 25 | 0 | 0 | 105 | 62 | 51 |
| Octal | 300 | 237 | 376 | 30 | 45 | 0 | 0 | 405 | 142 | 121 |
| Binary | 11000000 | 10011111 | 11111110 | 11000 | 100101 | 0 | 0 | 100000101 | 1100010 | 1010001 |
Color Harmonies of #C09FFE
Complementary color
Monochromatic Colors of #C09FFE
Black with #C09FFE
Text Example
Text Example
White with #C09FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FFE; }
p { color: rgb(192,159,254); }
H1.HeaderClassName
{
color: #C09FFE;
}
.AnyTagClassName
{
color: #C09FFE;
}
</style>
background-color css
<style>
a { background-color: #C09FFE; }
a { background-color: rgb(192,159,254); }
div.DivClassName
{
background-color: #C09FFE;
}
.BgClassName
{
background-color: #C09FFE;
}
</style>
border-color css
<style>
span { border-color: #C09FFE; }
span { border-color: rgb(192,159,254); }
td.TdClassName
{
border-color: #C09FFE;
}
.TagClassName
{
border-color: #C09FFE;
}
</style>