Shades of Perfume #C197EF
Tints of Perfume #C197EF
RGB
CMYK
RGB Variations
Color information
#C197EF (or 0xC197EF) is known color: Perfume. HEX triplet: C1, 97 and EF. RGB value is (193,151,239). Sum of RGB (Red+Green+Blue) = 193+151+239=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #C197EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197EF is #3E6810. Grayscale: #ADADAD. Windows color (decimal): -4089873 or 15701953. OLE color: 15701953.
HSL color Cylindrical-coordinate representation of color #C197EF: hue angle of 268.64º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C197EF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 151 | 239 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.06 |
| HSL | 268.64º | 0.73% | 0.76% | - |
| HSV(B) | 268.64º | 0.37% | 0.94% | - |
| XYZ | 48.64 | 39.7 | 86.76 | - |
| YUV | 173.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 239 | 0.19 | 0.37 | 0 | 0.06 | 268.64 | 0.73 | 0.76 |
| Hex | C1 | 97 | EF | 13 | 25 | 0 | 6 | 10D | 49 | 4C |
| Octal | 301 | 227 | 357 | 23 | 45 | 0 | 6 | 415 | 111 | 114 |
| Binary | 11000001 | 10010111 | 11101111 | 10011 | 100101 | 0 | 110 | 100001101 | 1001001 | 1001100 |
Color Harmonies of #C197EF
Complementary color
Monochromatic Colors of #C197EF
Black with #C197EF
Text Example
Text Example
White with #C197EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197EF; }
p { color: rgb(193,151,239); }
H1.HeaderClassName
{
color: #C197EF;
}
.AnyTagClassName
{
color: #C197EF;
}
</style>
background-color css
<style>
a { background-color: #C197EF; }
a { background-color: rgb(193,151,239); }
div.DivClassName
{
background-color: #C197EF;
}
.BgClassName
{
background-color: #C197EF;
}
</style>
border-color css
<style>
span { border-color: #C197EF; }
span { border-color: rgb(193,151,239); }
td.TdClassName
{
border-color: #C197EF;
}
.TagClassName
{
border-color: #C197EF;
}
</style>