Shades of Perfume #C090FE
Tints of Perfume #C090FE
RGB
CMYK
RGB Variations
Color information
#C090FE (or 0xC090FE) is known color: Perfume. HEX triplet: C0, 90 and FE. RGB value is (192,144,254). Sum of RGB (Red+Green+Blue) = 192+144+254=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C090FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FE is #3F6F01. Grayscale: #AAAAAA. Windows color (decimal): -4157186 or 16683200. OLE color: 16683200.
HSL color Cylindrical-coordinate representation of color #C090FE: hue angle of 266.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C090FE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 144 | 254 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.00 |
| HSL | 266.18º | 0.98% | 0.78% | - |
| HSV(B) | 266.18º | 0.43% | 1% | - |
| XYZ | 49.6 | 38.31 | 98.55 | - |
| YUV | 170.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 254 | 0.24 | 0.43 | 0 | 0.00 | 266.18 | 0.98 | 0.78 |
| Hex | C0 | 90 | FE | 18 | 2B | 0 | 0 | 10A | 62 | 4E |
| Octal | 300 | 220 | 376 | 30 | 53 | 0 | 0 | 412 | 142 | 116 |
| Binary | 11000000 | 10010000 | 11111110 | 11000 | 101011 | 0 | 0 | 100001010 | 1100010 | 1001110 |
Color Harmonies of #C090FE
Complementary color
Monochromatic Colors of #C090FE
Black with #C090FE
Text Example
Text Example
White with #C090FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090FE; }
p { color: rgb(192,144,254); }
H1.HeaderClassName
{
color: #C090FE;
}
.AnyTagClassName
{
color: #C090FE;
}
</style>
background-color css
<style>
a { background-color: #C090FE; }
a { background-color: rgb(192,144,254); }
div.DivClassName
{
background-color: #C090FE;
}
.BgClassName
{
background-color: #C090FE;
}
</style>
border-color css
<style>
span { border-color: #C090FE; }
span { border-color: rgb(192,144,254); }
td.TdClassName
{
border-color: #C090FE;
}
.TagClassName
{
border-color: #C090FE;
}
</style>