Shades of Perfume #C090FA
Tints of Perfume #C090FA
RGB
CMYK
RGB Variations
Color information
#C090FA (or 0xC090FA) is known color: Perfume. HEX triplet: C0, 90 and FA. RGB value is (192,144,250). Sum of RGB (Red+Green+Blue) = 192+144+250=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C090FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FA is #3F6F05. Grayscale: #AAAAAA. Windows color (decimal): -4157190 or 16421056. OLE color: 16421056.
HSL color Cylindrical-coordinate representation of color #C090FA: hue angle of 267.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C090FA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 144 | 250 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.17º | 0.91% | 0.77% | - |
| HSV(B) | 267.17º | 0.42% | 0.98% | - |
| XYZ | 48.97 | 38.06 | 95.21 | - |
| YUV | 170.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 250 | 0.23 | 0.42 | 0 | 0.02 | 267.17 | 0.91 | 0.77 |
| Hex | C0 | 90 | FA | 17 | 2A | 0 | 2 | 10B | 5B | 4D |
| Octal | 300 | 220 | 372 | 27 | 52 | 0 | 2 | 413 | 133 | 115 |
| Binary | 11000000 | 10010000 | 11111010 | 10111 | 101010 | 0 | 10 | 100001011 | 1011011 | 1001101 |
Color Harmonies of #C090FA
Complementary color
Monochromatic Colors of #C090FA
Black with #C090FA
Text Example
Text Example
White with #C090FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090FA; }
p { color: rgb(192,144,250); }
H1.HeaderClassName
{
color: #C090FA;
}
.AnyTagClassName
{
color: #C090FA;
}
</style>
background-color css
<style>
a { background-color: #C090FA; }
a { background-color: rgb(192,144,250); }
div.DivClassName
{
background-color: #C090FA;
}
.BgClassName
{
background-color: #C090FA;
}
</style>
border-color css
<style>
span { border-color: #C090FA; }
span { border-color: rgb(192,144,250); }
td.TdClassName
{
border-color: #C090FA;
}
.TagClassName
{
border-color: #C090FA;
}
</style>