Shades of Perfume #C090FB
Tints of Perfume #C090FB
RGB
CMYK
RGB Variations
Color information
#C090FB (or 0xC090FB) is known color: Perfume. HEX triplet: C0, 90 and FB. RGB value is (192,144,251). Sum of RGB (Red+Green+Blue) = 192+144+251=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #C090FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FB is #3F6F04. Grayscale: #AAAAAA. Windows color (decimal): -4157189 or 16486592. OLE color: 16486592.
HSL color Cylindrical-coordinate representation of color #C090FB: hue angle of 266.92º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C090FB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 144 | 251 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.02 |
| HSL | 266.92º | 0.93% | 0.77% | - |
| HSV(B) | 266.92º | 0.43% | 0.98% | - |
| XYZ | 49.12 | 38.12 | 96.04 | - |
| YUV | 170.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 251 | 0.24 | 0.43 | 0 | 0.02 | 266.92 | 0.93 | 0.77 |
| Hex | C0 | 90 | FB | 18 | 2B | 0 | 2 | 10B | 5D | 4D |
| Octal | 300 | 220 | 373 | 30 | 53 | 0 | 2 | 413 | 135 | 115 |
| Binary | 11000000 | 10010000 | 11111011 | 11000 | 101011 | 0 | 10 | 100001011 | 1011101 | 1001101 |
Color Harmonies of #C090FB
Complementary color
Monochromatic Colors of #C090FB
Black with #C090FB
Text Example
Text Example
White with #C090FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090FB; }
p { color: rgb(192,144,251); }
H1.HeaderClassName
{
color: #C090FB;
}
.AnyTagClassName
{
color: #C090FB;
}
</style>
background-color css
<style>
a { background-color: #C090FB; }
a { background-color: rgb(192,144,251); }
div.DivClassName
{
background-color: #C090FB;
}
.BgClassName
{
background-color: #C090FB;
}
</style>
border-color css
<style>
span { border-color: #C090FB; }
span { border-color: rgb(192,144,251); }
td.TdClassName
{
border-color: #C090FB;
}
.TagClassName
{
border-color: #C090FB;
}
</style>