Shades of Perfume #C198ED
Tints of Perfume #C198ED
RGB
CMYK
RGB Variations
Color information
#C198ED (or 0xC198ED) is known color: Perfume. HEX triplet: C1, 98 and ED. RGB value is (193,152,237). Sum of RGB (Red+Green+Blue) = 193+152+237=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C198ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C198ED is #3E6712. Grayscale: #ADADAD. Windows color (decimal): -4089619 or 15571137. OLE color: 15571137.
HSL color Cylindrical-coordinate representation of color #C198ED: hue angle of 268.94º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C198ED is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 152 | 237 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.07 |
| HSL | 268.94º | 0.7% | 0.76% | - |
| HSV(B) | 268.94º | 0.36% | 0.93% | - |
| XYZ | 48.51 | 39.91 | 85.27 | - |
| YUV | 173.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 237 | 0.19 | 0.36 | 0 | 0.07 | 268.94 | 0.7 | 0.76 |
| Hex | C1 | 98 | ED | 13 | 24 | 0 | 7 | 10D | 46 | 4C |
| Octal | 301 | 230 | 355 | 23 | 44 | 0 | 7 | 415 | 106 | 114 |
| Binary | 11000001 | 10011000 | 11101101 | 10011 | 100100 | 0 | 111 | 100001101 | 1000110 | 1001100 |
Color Harmonies of #C198ED
Complementary color
Monochromatic Colors of #C198ED
Black with #C198ED
Text Example
Text Example
White with #C198ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198ED; }
p { color: rgb(193,152,237); }
H1.HeaderClassName
{
color: #C198ED;
}
.AnyTagClassName
{
color: #C198ED;
}
</style>
background-color css
<style>
a { background-color: #C198ED; }
a { background-color: rgb(193,152,237); }
div.DivClassName
{
background-color: #C198ED;
}
.BgClassName
{
background-color: #C198ED;
}
</style>
border-color css
<style>
span { border-color: #C198ED; }
span { border-color: rgb(193,152,237); }
td.TdClassName
{
border-color: #C198ED;
}
.TagClassName
{
border-color: #C198ED;
}
</style>