Shades of Perfume #C197FE
Tints of Perfume #C197FE
RGB
CMYK
RGB Variations
Color information
#C197FE (or 0xC197FE) is known color: Perfume. HEX triplet: C1, 97 and FE. RGB value is (193,151,254). Sum of RGB (Red+Green+Blue) = 193+151+254=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C197FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197FE is #3E6801. Grayscale: #AEAEAE. Windows color (decimal): -4089858 or 16684993. OLE color: 16684993.
HSL color Cylindrical-coordinate representation of color #C197FE: hue angle of 264.47º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C197FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 151 | 254 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.00 |
| HSL | 264.47º | 0.98% | 0.79% | - |
| HSV(B) | 264.47º | 0.41% | 1% | - |
| XYZ | 50.95 | 40.63 | 98.92 | - |
| YUV | 175.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 254 | 0.24 | 0.41 | 0 | 0.00 | 264.47 | 0.98 | 0.79 |
| Hex | C1 | 97 | FE | 18 | 29 | 0 | 0 | 108 | 62 | 4F |
| Octal | 301 | 227 | 376 | 30 | 51 | 0 | 0 | 410 | 142 | 117 |
| Binary | 11000001 | 10010111 | 11111110 | 11000 | 101001 | 0 | 0 | 100001000 | 1100010 | 1001111 |
Color Harmonies of #C197FE
Complementary color
Monochromatic Colors of #C197FE
Black with #C197FE
Text Example
Text Example
White with #C197FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C197FE; }
p { color: rgb(193,151,254); }
H1.HeaderClassName
{
color: #C197FE;
}
.AnyTagClassName
{
color: #C197FE;
}
</style>
background-color css
<style>
a { background-color: #C197FE; }
a { background-color: rgb(193,151,254); }
div.DivClassName
{
background-color: #C197FE;
}
.BgClassName
{
background-color: #C197FE;
}
</style>
border-color css
<style>
span { border-color: #C197FE; }
span { border-color: rgb(193,151,254); }
td.TdClassName
{
border-color: #C197FE;
}
.TagClassName
{
border-color: #C197FE;
}
</style>