Shades of Perfume #C09BFB
Tints of Perfume #C09BFB
RGB
CMYK
RGB Variations
Color information
#C09BFB (or 0xC09BFB) is known color: Perfume. HEX triplet: C0, 9B and FB. RGB value is (192,155,251). Sum of RGB (Red+Green+Blue) = 192+155+251=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BFB is #3F6404. Grayscale: #B0B0B0. Windows color (decimal): -4154373 or 16489408. OLE color: 16489408.
HSL color Cylindrical-coordinate representation of color #C09BFB: hue angle of 263.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09BFB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 155 | 251 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.02 |
| HSL | 263.13º | 0.92% | 0.8% | - |
| HSV(B) | 263.13º | 0.38% | 0.98% | - |
| XYZ | 50.87 | 41.61 | 96.62 | - |
| YUV | 177.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 251 | 0.24 | 0.38 | 0 | 0.02 | 263.13 | 0.92 | 0.8 |
| Hex | C0 | 9B | FB | 18 | 26 | 0 | 2 | 107 | 5C | 50 |
| Octal | 300 | 233 | 373 | 30 | 46 | 0 | 2 | 407 | 134 | 120 |
| Binary | 11000000 | 10011011 | 11111011 | 11000 | 100110 | 0 | 10 | 100000111 | 1011100 | 1010000 |
Color Harmonies of #C09BFB
Complementary color
Monochromatic Colors of #C09BFB
Black with #C09BFB
Text Example
Text Example
White with #C09BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BFB; }
p { color: rgb(192,155,251); }
H1.HeaderClassName
{
color: #C09BFB;
}
.AnyTagClassName
{
color: #C09BFB;
}
</style>
background-color css
<style>
a { background-color: #C09BFB; }
a { background-color: rgb(192,155,251); }
div.DivClassName
{
background-color: #C09BFB;
}
.BgClassName
{
background-color: #C09BFB;
}
</style>
border-color css
<style>
span { border-color: #C09BFB; }
span { border-color: rgb(192,155,251); }
td.TdClassName
{
border-color: #C09BFB;
}
.TagClassName
{
border-color: #C09BFB;
}
</style>