Shades of Perfume #C09FFF
Tints of Perfume #C09FFF
RGB
CMYK
RGB Variations
Color information
#C09FFF (or 0xC09FFF) is known color: Perfume. HEX triplet: C0, 9F and FF. RGB value is (192,159,255). Sum of RGB (Red+Green+Blue) = 192+159+255=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C09FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FFF is #3F6000. Grayscale: #B3B3B3. Windows color (decimal): -4153345 or 16752576. OLE color: 16752576.
HSL color Cylindrical-coordinate representation of color #C09FFF: hue angle of 260.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09FFF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 159 | 255 | - |
| CMYK | 0.25 | 0.38 | 0 | 0 |
| HSL | 260.63º | 1% | 0.81% | - |
| HSV(B) | 260.63º | 0.38% | 1% | - |
| XYZ | 52.19 | 43.22 | 100.2 | - |
| YUV | 179.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 255 | 0.25 | 0.38 | 0 | 0 | 260.63 | 1 | 0.81 |
| Hex | C0 | 9F | FF | 19 | 26 | 0 | 0 | 105 | 64 | 51 |
| Octal | 300 | 237 | 377 | 31 | 46 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000000 | 10011111 | 11111111 | 11001 | 100110 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C09FFF
Complementary color
Monochromatic Colors of #C09FFF
Black with #C09FFF
Text Example
Text Example
White with #C09FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FFF; }
p { color: rgb(192,159,255); }
H1.HeaderClassName
{
color: #C09FFF;
}
.AnyTagClassName
{
color: #C09FFF;
}
</style>
background-color css
<style>
a { background-color: #C09FFF; }
a { background-color: rgb(192,159,255); }
div.DivClassName
{
background-color: #C09FFF;
}
.BgClassName
{
background-color: #C09FFF;
}
</style>
border-color css
<style>
span { border-color: #C09FFF; }
span { border-color: rgb(192,159,255); }
td.TdClassName
{
border-color: #C09FFF;
}
.TagClassName
{
border-color: #C09FFF;
}
</style>