Shades of Perfume #C498FA
Tints of Perfume #C498FA
RGB
CMYK
RGB Variations
Color information
#C498FA (or 0xC498FA) is known color: Perfume. HEX triplet: C4, 98 and FA. RGB value is (196,152,250). Sum of RGB (Red+Green+Blue) = 196+152+250=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C498FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498FA is #3B6705. Grayscale: #AFAFAF. Windows color (decimal): -3892998 or 16423108. OLE color: 16423108.
HSL color Cylindrical-coordinate representation of color #C498FA: hue angle of 266.94º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C498FA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 152 | 250 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.02 |
| HSL | 266.94º | 0.91% | 0.79% | - |
| HSV(B) | 266.94º | 0.39% | 0.98% | - |
| XYZ | 51.25 | 41.09 | 95.67 | - |
| YUV | 176.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 250 | 0.22 | 0.39 | 0 | 0.02 | 266.94 | 0.91 | 0.79 |
| Hex | C4 | 98 | FA | 16 | 27 | 0 | 2 | 10B | 5B | 4F |
| Octal | 304 | 230 | 372 | 26 | 47 | 0 | 2 | 413 | 133 | 117 |
| Binary | 11000100 | 10011000 | 11111010 | 10110 | 100111 | 0 | 10 | 100001011 | 1011011 | 1001111 |
Color Harmonies of #C498FA
Complementary color
Monochromatic Colors of #C498FA
Black with #C498FA
Text Example
Text Example
White with #C498FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C498FA; }
p { color: rgb(196,152,250); }
H1.HeaderClassName
{
color: #C498FA;
}
.AnyTagClassName
{
color: #C498FA;
}
</style>
background-color css
<style>
a { background-color: #C498FA; }
a { background-color: rgb(196,152,250); }
div.DivClassName
{
background-color: #C498FA;
}
.BgClassName
{
background-color: #C498FA;
}
</style>
border-color css
<style>
span { border-color: #C498FA; }
span { border-color: rgb(196,152,250); }
td.TdClassName
{
border-color: #C498FA;
}
.TagClassName
{
border-color: #C498FA;
}
</style>