Shades of Perfume #C19EED
Tints of Perfume #C19EED
RGB
CMYK
RGB Variations
Color information
#C19EED (or 0xC19EED) is known color: Perfume. HEX triplet: C1, 9E and ED. RGB value is (193,158,237). Sum of RGB (Red+Green+Blue) = 193+158+237=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #C19EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19EED is #3E6112. Grayscale: #B1B1B1. Windows color (decimal): -4088083 or 15572673. OLE color: 15572673.
HSL color Cylindrical-coordinate representation of color #C19EED: hue angle of 266.58º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C19EED is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 158 | 237 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.07 |
| HSL | 266.58º | 0.69% | 0.77% | - |
| HSV(B) | 266.58º | 0.33% | 0.93% | - |
| XYZ | 49.51 | 41.91 | 85.6 | - |
| YUV | 177.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 237 | 0.19 | 0.33 | 0 | 0.07 | 266.58 | 0.69 | 0.77 |
| Hex | C1 | 9E | ED | 13 | 21 | 0 | 7 | 10B | 45 | 4D |
| Octal | 301 | 236 | 355 | 23 | 41 | 0 | 7 | 413 | 105 | 115 |
| Binary | 11000001 | 10011110 | 11101101 | 10011 | 100001 | 0 | 111 | 100001011 | 1000101 | 1001101 |
Color Harmonies of #C19EED
Complementary color
Monochromatic Colors of #C19EED
Black with #C19EED
Text Example
Text Example
White with #C19EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EED; }
p { color: rgb(193,158,237); }
H1.HeaderClassName
{
color: #C19EED;
}
.AnyTagClassName
{
color: #C19EED;
}
</style>
background-color css
<style>
a { background-color: #C19EED; }
a { background-color: rgb(193,158,237); }
div.DivClassName
{
background-color: #C19EED;
}
.BgClassName
{
background-color: #C19EED;
}
</style>
border-color css
<style>
span { border-color: #C19EED; }
span { border-color: rgb(193,158,237); }
td.TdClassName
{
border-color: #C19EED;
}
.TagClassName
{
border-color: #C19EED;
}
</style>