Shades of Perfume #C198F1
Tints of Perfume #C198F1
RGB
CMYK
RGB Variations
Color information
#C198F1 (or 0xC198F1) is known color: Perfume. HEX triplet: C1, 98 and F1. RGB value is (193,152,241). Sum of RGB (Red+Green+Blue) = 193+152+241=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #C198F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198F1 is #3E670E. Grayscale: #AEAEAE. Windows color (decimal): -4089615 or 15833281. OLE color: 15833281.
HSL color Cylindrical-coordinate representation of color #C198F1: hue angle of 267.64º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C198F1 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 152 | 241 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.05 |
| HSL | 267.64º | 0.76% | 0.77% | - |
| HSV(B) | 267.64º | 0.37% | 0.95% | - |
| XYZ | 49.1 | 40.14 | 88.38 | - |
| YUV | 174.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 241 | 0.20 | 0.37 | 0 | 0.05 | 267.64 | 0.76 | 0.77 |
| Hex | C1 | 98 | F1 | 14 | 25 | 0 | 5 | 10C | 4C | 4D |
| Octal | 301 | 230 | 361 | 24 | 45 | 0 | 5 | 414 | 114 | 115 |
| Binary | 11000001 | 10011000 | 11110001 | 10100 | 100101 | 0 | 101 | 100001100 | 1001100 | 1001101 |
Color Harmonies of #C198F1
Complementary color
Monochromatic Colors of #C198F1
Black with #C198F1
Text Example
Text Example
White with #C198F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198F1; }
p { color: rgb(193,152,241); }
H1.HeaderClassName
{
color: #C198F1;
}
.AnyTagClassName
{
color: #C198F1;
}
</style>
background-color css
<style>
a { background-color: #C198F1; }
a { background-color: rgb(193,152,241); }
div.DivClassName
{
background-color: #C198F1;
}
.BgClassName
{
background-color: #C198F1;
}
</style>
border-color css
<style>
span { border-color: #C198F1; }
span { border-color: rgb(193,152,241); }
td.TdClassName
{
border-color: #C198F1;
}
.TagClassName
{
border-color: #C198F1;
}
</style>