Shades of Perfume #C19FE2
Tints of Perfume #C19FE2
RGB
CMYK
RGB Variations
Color information
#C19FE2 (or 0xC19FE2) is known color: Perfume. HEX triplet: C1, 9F and E2. RGB value is (193,159,226). Sum of RGB (Red+Green+Blue) = 193+159+226=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #C19FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FE2 is #3E601D. Grayscale: #B0B0B0. Windows color (decimal): -4087838 or 14852033. OLE color: 14852033.
HSL color Cylindrical-coordinate representation of color #C19FE2: hue angle of 270.45º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19FE2 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 159 | 226 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.11 |
| HSL | 270.45º | 0.54% | 0.75% | - |
| HSV(B) | 270.45º | 0.3% | 0.89% | - |
| XYZ | 48.12 | 41.62 | 77.45 | - |
| YUV | 176.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 226 | 0.15 | 0.30 | 0 | 0.11 | 270.45 | 0.54 | 0.75 |
| Hex | C1 | 9F | E2 | F | 1E | 0 | B | 10E | 36 | 4B |
| Octal | 301 | 237 | 342 | 17 | 36 | 0 | 13 | 416 | 66 | 113 |
| Binary | 11000001 | 10011111 | 11100010 | 1111 | 11110 | 0 | 1011 | 100001110 | 110110 | 1001011 |
Color Harmonies of #C19FE2
Complementary color
Monochromatic Colors of #C19FE2
Black with #C19FE2
Text Example
Text Example
White with #C19FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FE2; }
p { color: rgb(193,159,226); }
H1.HeaderClassName
{
color: #C19FE2;
}
.AnyTagClassName
{
color: #C19FE2;
}
</style>
background-color css
<style>
a { background-color: #C19FE2; }
a { background-color: rgb(193,159,226); }
div.DivClassName
{
background-color: #C19FE2;
}
.BgClassName
{
background-color: #C19FE2;
}
</style>
border-color css
<style>
span { border-color: #C19FE2; }
span { border-color: rgb(193,159,226); }
td.TdClassName
{
border-color: #C19FE2;
}
.TagClassName
{
border-color: #C19FE2;
}
</style>