Shades of Perfume #C199F7
Tints of Perfume #C199F7
RGB
CMYK
RGB Variations
Color information
#C199F7 (or 0xC199F7) is known color: Perfume. HEX triplet: C1, 99 and F7. RGB value is (193,153,247). Sum of RGB (Red+Green+Blue) = 193+153+247=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #C199F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C199F7 is #3E6608. Grayscale: #AFAFAF. Windows color (decimal): -4089353 or 16226753. OLE color: 16226753.
HSL color Cylindrical-coordinate representation of color #C199F7: hue angle of 265.53º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C199F7 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 153 | 247 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.03 |
| HSL | 265.53º | 0.85% | 0.78% | - |
| HSV(B) | 265.53º | 0.38% | 0.97% | - |
| XYZ | 50.17 | 40.84 | 93.23 | - |
| YUV | 175.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 247 | 0.22 | 0.38 | 0 | 0.03 | 265.53 | 0.85 | 0.78 |
| Hex | C1 | 99 | F7 | 16 | 26 | 0 | 3 | 10A | 55 | 4E |
| Octal | 301 | 231 | 367 | 26 | 46 | 0 | 3 | 412 | 125 | 116 |
| Binary | 11000001 | 10011001 | 11110111 | 10110 | 100110 | 0 | 11 | 100001010 | 1010101 | 1001110 |
Color Harmonies of #C199F7
Complementary color
Monochromatic Colors of #C199F7
Black with #C199F7
Text Example
Text Example
White with #C199F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199F7; }
p { color: rgb(193,153,247); }
H1.HeaderClassName
{
color: #C199F7;
}
.AnyTagClassName
{
color: #C199F7;
}
</style>
background-color css
<style>
a { background-color: #C199F7; }
a { background-color: rgb(193,153,247); }
div.DivClassName
{
background-color: #C199F7;
}
.BgClassName
{
background-color: #C199F7;
}
</style>
border-color css
<style>
span { border-color: #C199F7; }
span { border-color: rgb(193,153,247); }
td.TdClassName
{
border-color: #C199F7;
}
.TagClassName
{
border-color: #C199F7;
}
</style>