Shades of Perfume #C098FF
Tints of Perfume #C098FF
RGB
CMYK
RGB Variations
Color information
#C098FF (or 0xC098FF) is known color: Perfume. HEX triplet: C0, 98 and FF. RGB value is (192,152,255). Sum of RGB (Red+Green+Blue) = 192+152+255=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FF is #3F6700. Grayscale: #AFAFAF. Windows color (decimal): -4155137 or 16750784. OLE color: 16750784.
HSL color Cylindrical-coordinate representation of color #C098FF: hue angle of 263.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C098FF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 152 | 255 | - |
| CMYK | 0.25 | 0.40 | 0 | 0 |
| HSL | 263.3º | 1% | 0.8% | - |
| HSV(B) | 263.3º | 0.4% | 1% | - |
| XYZ | 51.02 | 40.88 | 99.81 | - |
| YUV | 175.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 255 | 0.25 | 0.40 | 0 | 0 | 263.3 | 1 | 0.8 |
| Hex | C0 | 98 | FF | 19 | 28 | 0 | 0 | 107 | 64 | 50 |
| Octal | 300 | 230 | 377 | 31 | 50 | 0 | 0 | 407 | 144 | 120 |
| Binary | 11000000 | 10011000 | 11111111 | 11001 | 101000 | 0 | 0 | 100000111 | 1100100 | 1010000 |
Color Harmonies of #C098FF
Complementary color
Monochromatic Colors of #C098FF
Black with #C098FF
Text Example
Text Example
White with #C098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098FF; }
p { color: rgb(192,152,255); }
H1.HeaderClassName
{
color: #C098FF;
}
.AnyTagClassName
{
color: #C098FF;
}
</style>
background-color css
<style>
a { background-color: #C098FF; }
a { background-color: rgb(192,152,255); }
div.DivClassName
{
background-color: #C098FF;
}
.BgClassName
{
background-color: #C098FF;
}
</style>
border-color css
<style>
span { border-color: #C098FF; }
span { border-color: rgb(192,152,255); }
td.TdClassName
{
border-color: #C098FF;
}
.TagClassName
{
border-color: #C098FF;
}
</style>