Shades of Perfume #C198F3
Tints of Perfume #C198F3
RGB
CMYK
RGB Variations
Color information
#C198F3 (or 0xC198F3) is known color: Perfume. HEX triplet: C1, 98 and F3. RGB value is (193,152,243). Sum of RGB (Red+Green+Blue) = 193+152+243=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #C198F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198F3 is #3E670C. Grayscale: #AEAEAE. Windows color (decimal): -4089613 or 15964353. OLE color: 15964353.
HSL color Cylindrical-coordinate representation of color #C198F3: hue angle of 267.03º degrees, saturation: 0.79, 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 #C198F3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 152 | 243 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.05 |
| HSL | 267.03º | 0.79% | 0.77% | - |
| HSV(B) | 267.03º | 0.37% | 0.95% | - |
| XYZ | 49.4 | 40.27 | 89.96 | - |
| YUV | 174.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 243 | 0.21 | 0.37 | 0 | 0.05 | 267.03 | 0.79 | 0.77 |
| Hex | C1 | 98 | F3 | 15 | 25 | 0 | 5 | 10B | 4F | 4D |
| Octal | 301 | 230 | 363 | 25 | 45 | 0 | 5 | 413 | 117 | 115 |
| Binary | 11000001 | 10011000 | 11110011 | 10101 | 100101 | 0 | 101 | 100001011 | 1001111 | 1001101 |
Color Harmonies of #C198F3
Complementary color
Monochromatic Colors of #C198F3
Black with #C198F3
Text Example
Text Example
White with #C198F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198F3; }
p { color: rgb(193,152,243); }
H1.HeaderClassName
{
color: #C198F3;
}
.AnyTagClassName
{
color: #C198F3;
}
</style>
background-color css
<style>
a { background-color: #C198F3; }
a { background-color: rgb(193,152,243); }
div.DivClassName
{
background-color: #C198F3;
}
.BgClassName
{
background-color: #C198F3;
}
</style>
border-color css
<style>
span { border-color: #C198F3; }
span { border-color: rgb(193,152,243); }
td.TdClassName
{
border-color: #C198F3;
}
.TagClassName
{
border-color: #C198F3;
}
</style>