Shades of Perfume #C098FC
Tints of Perfume #C098FC
RGB
CMYK
RGB Variations
Color information
#C098FC (or 0xC098FC) is known color: Perfume. HEX triplet: C0, 98 and FC. RGB value is (192,152,252). Sum of RGB (Red+Green+Blue) = 192+152+252=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C098FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FC is #3F6703. Grayscale: #AEAEAE. Windows color (decimal): -4155140 or 16554176. OLE color: 16554176.
HSL color Cylindrical-coordinate representation of color #C098FC: hue angle of 264º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C098FC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 152 | 252 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.01 |
| HSL | 264º | 0.94% | 0.79% | - |
| HSV(B) | 264º | 0.4% | 0.99% | - |
| XYZ | 50.54 | 40.69 | 97.29 | - |
| YUV | 175.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 252 | 0.24 | 0.40 | 0 | 0.01 | 264 | 0.94 | 0.79 |
| Hex | C0 | 98 | FC | 18 | 28 | 0 | 1 | 108 | 5E | 4F |
| Octal | 300 | 230 | 374 | 30 | 50 | 0 | 1 | 410 | 136 | 117 |
| Binary | 11000000 | 10011000 | 11111100 | 11000 | 101000 | 0 | 1 | 100001000 | 1011110 | 1001111 |
Color Harmonies of #C098FC
Complementary color
Monochromatic Colors of #C098FC
Black with #C098FC
Text Example
Text Example
White with #C098FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098FC; }
p { color: rgb(192,152,252); }
H1.HeaderClassName
{
color: #C098FC;
}
.AnyTagClassName
{
color: #C098FC;
}
</style>
background-color css
<style>
a { background-color: #C098FC; }
a { background-color: rgb(192,152,252); }
div.DivClassName
{
background-color: #C098FC;
}
.BgClassName
{
background-color: #C098FC;
}
</style>
border-color css
<style>
span { border-color: #C098FC; }
span { border-color: rgb(192,152,252); }
td.TdClassName
{
border-color: #C098FC;
}
.TagClassName
{
border-color: #C098FC;
}
</style>