Shades of Perfume #C19FED
Tints of Perfume #C19FED
RGB
CMYK
RGB Variations
Color information
#C19FED (or 0xC19FED) is known color: Perfume. HEX triplet: C1, 9F and ED. RGB value is (193,159,237). Sum of RGB (Red+Green+Blue) = 193+159+237=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C19FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19FED is #3E6012. Grayscale: #B1B1B1. Windows color (decimal): -4087827 or 15572929. OLE color: 15572929.
HSL color Cylindrical-coordinate representation of color #C19FED: hue angle of 266.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C19FED is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 159 | 237 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.07 |
| HSL | 266.15º | 0.68% | 0.78% | - |
| HSV(B) | 266.15º | 0.33% | 0.93% | - |
| XYZ | 49.68 | 42.25 | 85.66 | - |
| YUV | 178.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 237 | 0.19 | 0.33 | 0 | 0.07 | 266.15 | 0.68 | 0.78 |
| Hex | C1 | 9F | ED | 13 | 21 | 0 | 7 | 10A | 44 | 4E |
| Octal | 301 | 237 | 355 | 23 | 41 | 0 | 7 | 412 | 104 | 116 |
| Binary | 11000001 | 10011111 | 11101101 | 10011 | 100001 | 0 | 111 | 100001010 | 1000100 | 1001110 |
Color Harmonies of #C19FED
Complementary color
Monochromatic Colors of #C19FED
Black with #C19FED
Text Example
Text Example
White with #C19FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FED; }
p { color: rgb(193,159,237); }
H1.HeaderClassName
{
color: #C19FED;
}
.AnyTagClassName
{
color: #C19FED;
}
</style>
background-color css
<style>
a { background-color: #C19FED; }
a { background-color: rgb(193,159,237); }
div.DivClassName
{
background-color: #C19FED;
}
.BgClassName
{
background-color: #C19FED;
}
</style>
border-color css
<style>
span { border-color: #C19FED; }
span { border-color: rgb(193,159,237); }
td.TdClassName
{
border-color: #C19FED;
}
.TagClassName
{
border-color: #C19FED;
}
</style>