Shades of Perfume #C19FE5
Tints of Perfume #C19FE5
RGB
CMYK
RGB Variations
Color information
#C19FE5 (or 0xC19FE5) is known color: Perfume. HEX triplet: C1, 9F and E5. RGB value is (193,159,229). Sum of RGB (Red+Green+Blue) = 193+159+229=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #C19FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FE5 is #3E601A. Grayscale: #B0B0B0. Windows color (decimal): -4087835 or 15048641. OLE color: 15048641.
HSL color Cylindrical-coordinate representation of color #C19FE5: hue angle of 269.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C19FE5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 159 | 229 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.10 |
| HSL | 269.14º | 0.57% | 0.76% | - |
| HSV(B) | 269.14º | 0.31% | 0.9% | - |
| XYZ | 48.53 | 41.79 | 79.64 | - |
| YUV | 177.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 229 | 0.16 | 0.31 | 0 | 0.10 | 269.14 | 0.57 | 0.76 |
| Hex | C1 | 9F | E5 | 10 | 1F | 0 | A | 10D | 39 | 4C |
| Octal | 301 | 237 | 345 | 20 | 37 | 0 | 12 | 415 | 71 | 114 |
| Binary | 11000001 | 10011111 | 11100101 | 10000 | 11111 | 0 | 1010 | 100001101 | 111001 | 1001100 |
Color Harmonies of #C19FE5
Complementary color
Monochromatic Colors of #C19FE5
Black with #C19FE5
Text Example
Text Example
White with #C19FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FE5; }
p { color: rgb(193,159,229); }
H1.HeaderClassName
{
color: #C19FE5;
}
.AnyTagClassName
{
color: #C19FE5;
}
</style>
background-color css
<style>
a { background-color: #C19FE5; }
a { background-color: rgb(193,159,229); }
div.DivClassName
{
background-color: #C19FE5;
}
.BgClassName
{
background-color: #C19FE5;
}
</style>
border-color css
<style>
span { border-color: #C19FE5; }
span { border-color: rgb(193,159,229); }
td.TdClassName
{
border-color: #C19FE5;
}
.TagClassName
{
border-color: #C19FE5;
}
</style>