Shades of Perfume #C198F2
Tints of Perfume #C198F2
RGB
CMYK
RGB Variations
Color information
#C198F2 (or 0xC198F2) is known color: Perfume. HEX triplet: C1, 98 and F2. RGB value is (193,152,242). Sum of RGB (Red+Green+Blue) = 193+152+242=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #C198F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198F2 is #3E670D. Grayscale: #AEAEAE. Windows color (decimal): -4089614 or 15898817. OLE color: 15898817.
HSL color Cylindrical-coordinate representation of color #C198F2: hue angle of 267.33º degrees, saturation: 0.78, 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 #C198F2 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 152 | 242 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.05 |
| HSL | 267.33º | 0.78% | 0.77% | - |
| HSV(B) | 267.33º | 0.37% | 0.95% | - |
| XYZ | 49.25 | 40.2 | 89.17 | - |
| YUV | 174.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 242 | 0.20 | 0.37 | 0 | 0.05 | 267.33 | 0.78 | 0.77 |
| Hex | C1 | 98 | F2 | 14 | 25 | 0 | 5 | 10B | 4E | 4D |
| Octal | 301 | 230 | 362 | 24 | 45 | 0 | 5 | 413 | 116 | 115 |
| Binary | 11000001 | 10011000 | 11110010 | 10100 | 100101 | 0 | 101 | 100001011 | 1001110 | 1001101 |
Color Harmonies of #C198F2
Complementary color
Monochromatic Colors of #C198F2
Black with #C198F2
Text Example
Text Example
White with #C198F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198F2; }
p { color: rgb(193,152,242); }
H1.HeaderClassName
{
color: #C198F2;
}
.AnyTagClassName
{
color: #C198F2;
}
</style>
background-color css
<style>
a { background-color: #C198F2; }
a { background-color: rgb(193,152,242); }
div.DivClassName
{
background-color: #C198F2;
}
.BgClassName
{
background-color: #C198F2;
}
</style>
border-color css
<style>
span { border-color: #C198F2; }
span { border-color: rgb(193,152,242); }
td.TdClassName
{
border-color: #C198F2;
}
.TagClassName
{
border-color: #C198F2;
}
</style>