Shades of Perfume #C499FE
Tints of Perfume #C499FE
RGB
CMYK
RGB Variations
Color information
#C499FE (or 0xC499FE) is known color: Perfume. HEX triplet: C4, 99 and FE. RGB value is (196,153,254). Sum of RGB (Red+Green+Blue) = 196+153+254=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #C499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499FE is #3B6601. Grayscale: #B1B1B1. Windows color (decimal): -3892738 or 16685508. OLE color: 16685508.
HSL color Cylindrical-coordinate representation of color #C499FE: hue angle of 265.54º 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 #C499FE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 153 | 254 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.00 |
| HSL | 265.54º | 0.98% | 0.8% | - |
| HSV(B) | 265.54º | 0.4% | 1% | - |
| XYZ | 52.05 | 41.67 | 99.07 | - |
| YUV | 177.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 254 | 0.23 | 0.40 | 0 | 0.00 | 265.54 | 0.98 | 0.8 |
| Hex | C4 | 99 | FE | 17 | 28 | 0 | 0 | 10A | 62 | 50 |
| Octal | 304 | 231 | 376 | 27 | 50 | 0 | 0 | 412 | 142 | 120 |
| Binary | 11000100 | 10011001 | 11111110 | 10111 | 101000 | 0 | 0 | 100001010 | 1100010 | 1010000 |
Color Harmonies of #C499FE
Complementary color
Monochromatic Colors of #C499FE
Black with #C499FE
Text Example
Text Example
White with #C499FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C499FE; }
p { color: rgb(196,153,254); }
H1.HeaderClassName
{
color: #C499FE;
}
.AnyTagClassName
{
color: #C499FE;
}
</style>
background-color css
<style>
a { background-color: #C499FE; }
a { background-color: rgb(196,153,254); }
div.DivClassName
{
background-color: #C499FE;
}
.BgClassName
{
background-color: #C499FE;
}
</style>
border-color css
<style>
span { border-color: #C499FE; }
span { border-color: rgb(196,153,254); }
td.TdClassName
{
border-color: #C499FE;
}
.TagClassName
{
border-color: #C499FE;
}
</style>