Shades of Perfume #C09BFF
Tints of Perfume #C09BFF
RGB
CMYK
RGB Variations
Color information
#C09BFF (or 0xC09BFF) is known color: Perfume. HEX triplet: C0, 9B and FF. RGB value is (192,155,255). Sum of RGB (Red+Green+Blue) = 192+155+255=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C09BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BFF is #3F6400. Grayscale: #B1B1B1. Windows color (decimal): -4154369 or 16751552. OLE color: 16751552.
HSL color Cylindrical-coordinate representation of color #C09BFF: hue angle of 262.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09BFF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 155 | 255 | - |
| CMYK | 0.25 | 0.39 | 0 | 0 |
| HSL | 262.2º | 1% | 0.8% | - |
| HSV(B) | 262.2º | 0.39% | 1% | - |
| XYZ | 51.51 | 41.87 | 99.97 | - |
| YUV | 177.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 255 | 0.25 | 0.39 | 0 | 0 | 262.2 | 1 | 0.8 |
| Hex | C0 | 9B | FF | 19 | 27 | 0 | 0 | 106 | 64 | 50 |
| Octal | 300 | 233 | 377 | 31 | 47 | 0 | 0 | 406 | 144 | 120 |
| Binary | 11000000 | 10011011 | 11111111 | 11001 | 100111 | 0 | 0 | 100000110 | 1100100 | 1010000 |
Color Harmonies of #C09BFF
Complementary color
Monochromatic Colors of #C09BFF
Black with #C09BFF
Text Example
Text Example
White with #C09BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BFF; }
p { color: rgb(192,155,255); }
H1.HeaderClassName
{
color: #C09BFF;
}
.AnyTagClassName
{
color: #C09BFF;
}
</style>
background-color css
<style>
a { background-color: #C09BFF; }
a { background-color: rgb(192,155,255); }
div.DivClassName
{
background-color: #C09BFF;
}
.BgClassName
{
background-color: #C09BFF;
}
</style>
border-color css
<style>
span { border-color: #C09BFF; }
span { border-color: rgb(192,155,255); }
td.TdClassName
{
border-color: #C09BFF;
}
.TagClassName
{
border-color: #C09BFF;
}
</style>