Shades of Perfume #C09FFB
Tints of Perfume #C09FFB
RGB
CMYK
RGB Variations
Color information
#C09FFB (or 0xC09FFB) is known color: Perfume. HEX triplet: C0, 9F and FB. RGB value is (192,159,251). Sum of RGB (Red+Green+Blue) = 192+159+251=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FFB is #3F6004. Grayscale: #B3B3B3. Windows color (decimal): -4153349 or 16490432. OLE color: 16490432.
HSL color Cylindrical-coordinate representation of color #C09FFB: hue angle of 261.52º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C09FFB is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 159 | 251 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.02 |
| HSL | 261.52º | 0.92% | 0.8% | - |
| HSV(B) | 261.52º | 0.37% | 0.98% | - |
| XYZ | 51.55 | 42.97 | 96.84 | - |
| YUV | 179.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 251 | 0.24 | 0.37 | 0 | 0.02 | 261.52 | 0.92 | 0.8 |
| Hex | C0 | 9F | FB | 18 | 25 | 0 | 2 | 106 | 5C | 50 |
| Octal | 300 | 237 | 373 | 30 | 45 | 0 | 2 | 406 | 134 | 120 |
| Binary | 11000000 | 10011111 | 11111011 | 11000 | 100101 | 0 | 10 | 100000110 | 1011100 | 1010000 |
Color Harmonies of #C09FFB
Complementary color
Monochromatic Colors of #C09FFB
Black with #C09FFB
Text Example
Text Example
White with #C09FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FFB; }
p { color: rgb(192,159,251); }
H1.HeaderClassName
{
color: #C09FFB;
}
.AnyTagClassName
{
color: #C09FFB;
}
</style>
background-color css
<style>
a { background-color: #C09FFB; }
a { background-color: rgb(192,159,251); }
div.DivClassName
{
background-color: #C09FFB;
}
.BgClassName
{
background-color: #C09FFB;
}
</style>
border-color css
<style>
span { border-color: #C09FFB; }
span { border-color: rgb(192,159,251); }
td.TdClassName
{
border-color: #C09FFB;
}
.TagClassName
{
border-color: #C09FFB;
}
</style>