Shades of Perfume #C199FE
Tints of Perfume #C199FE
RGB
CMYK
RGB Variations
Color information
#C199FE (or 0xC199FE) is known color: Perfume. HEX triplet: C1, 99 and FE. RGB value is (193,153,254). Sum of RGB (Red+Green+Blue) = 193+153+254=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #C199FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C199FE is #3E6601. Grayscale: #B0B0B0. Windows color (decimal): -4089346 or 16685505. OLE color: 16685505.
HSL color Cylindrical-coordinate representation of color #C199FE: hue angle of 263.76º 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 #C199FE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 153 | 254 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.00 |
| HSL | 263.76º | 0.98% | 0.8% | - |
| HSV(B) | 263.76º | 0.4% | 1% | - |
| XYZ | 51.27 | 41.28 | 99.03 | - |
| YUV | 176.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 254 | 0.24 | 0.40 | 0 | 0.00 | 263.76 | 0.98 | 0.8 |
| Hex | C1 | 99 | FE | 18 | 28 | 0 | 0 | 108 | 62 | 50 |
| Octal | 301 | 231 | 376 | 30 | 50 | 0 | 0 | 410 | 142 | 120 |
| Binary | 11000001 | 10011001 | 11111110 | 11000 | 101000 | 0 | 0 | 100001000 | 1100010 | 1010000 |
Color Harmonies of #C199FE
Complementary color
Monochromatic Colors of #C199FE
Black with #C199FE
Text Example
Text Example
White with #C199FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199FE; }
p { color: rgb(193,153,254); }
H1.HeaderClassName
{
color: #C199FE;
}
.AnyTagClassName
{
color: #C199FE;
}
</style>
background-color css
<style>
a { background-color: #C199FE; }
a { background-color: rgb(193,153,254); }
div.DivClassName
{
background-color: #C199FE;
}
.BgClassName
{
background-color: #C199FE;
}
</style>
border-color css
<style>
span { border-color: #C199FE; }
span { border-color: rgb(193,153,254); }
td.TdClassName
{
border-color: #C199FE;
}
.TagClassName
{
border-color: #C199FE;
}
</style>