Shades of Perfume #C098FE
Tints of Perfume #C098FE
RGB
CMYK
RGB Variations
Color information
#C098FE (or 0xC098FE) is known color: Perfume. HEX triplet: C0, 98 and FE. RGB value is (192,152,254). Sum of RGB (Red+Green+Blue) = 192+152+254=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C098FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FE is #3F6701. Grayscale: #AFAFAF. Windows color (decimal): -4155138 or 16685248. OLE color: 16685248.
HSL color Cylindrical-coordinate representation of color #C098FE: hue angle of 263.53º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C098FE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 152 | 254 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.00 |
| HSL | 263.53º | 0.98% | 0.8% | - |
| HSV(B) | 263.53º | 0.4% | 1% | - |
| XYZ | 50.86 | 40.82 | 98.96 | - |
| YUV | 175.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 254 | 0.24 | 0.40 | 0 | 0.00 | 263.53 | 0.98 | 0.8 |
| Hex | C0 | 98 | FE | 18 | 28 | 0 | 0 | 108 | 62 | 50 |
| Octal | 300 | 230 | 376 | 30 | 50 | 0 | 0 | 410 | 142 | 120 |
| Binary | 11000000 | 10011000 | 11111110 | 11000 | 101000 | 0 | 0 | 100001000 | 1100010 | 1010000 |
Color Harmonies of #C098FE
Complementary color
Monochromatic Colors of #C098FE
Black with #C098FE
Text Example
Text Example
White with #C098FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098FE; }
p { color: rgb(192,152,254); }
H1.HeaderClassName
{
color: #C098FE;
}
.AnyTagClassName
{
color: #C098FE;
}
</style>
background-color css
<style>
a { background-color: #C098FE; }
a { background-color: rgb(192,152,254); }
div.DivClassName
{
background-color: #C098FE;
}
.BgClassName
{
background-color: #C098FE;
}
</style>
border-color css
<style>
span { border-color: #C098FE; }
span { border-color: rgb(192,152,254); }
td.TdClassName
{
border-color: #C098FE;
}
.TagClassName
{
border-color: #C098FE;
}
</style>