Shades of Perfume #C19DE6
Tints of Perfume #C19DE6
RGB
CMYK
RGB Variations
Color information
#C19DE6 (or 0xC19DE6) is known color: Perfume. HEX triplet: C1, 9D and E6. RGB value is (193,157,230). Sum of RGB (Red+Green+Blue) = 193+157+230=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #C19DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DE6 is #3E6219. Grayscale: #AFAFAF. Windows color (decimal): -4088346 or 15113665. OLE color: 15113665.
HSL color Cylindrical-coordinate representation of color #C19DE6: hue angle of 269.59º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C19DE6 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 157 | 230 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.10 |
| HSL | 269.59º | 0.59% | 0.76% | - |
| HSV(B) | 269.59º | 0.32% | 0.9% | - |
| XYZ | 48.33 | 41.16 | 80.26 | - |
| YUV | 176.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 230 | 0.16 | 0.32 | 0 | 0.10 | 269.59 | 0.59 | 0.76 |
| Hex | C1 | 9D | E6 | 10 | 20 | 0 | A | 10E | 3B | 4C |
| Octal | 301 | 235 | 346 | 20 | 40 | 0 | 12 | 416 | 73 | 114 |
| Binary | 11000001 | 10011101 | 11100110 | 10000 | 100000 | 0 | 1010 | 100001110 | 111011 | 1001100 |
Color Harmonies of #C19DE6
Complementary color
Monochromatic Colors of #C19DE6
Black with #C19DE6
Text Example
Text Example
White with #C19DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DE6; }
p { color: rgb(193,157,230); }
H1.HeaderClassName
{
color: #C19DE6;
}
.AnyTagClassName
{
color: #C19DE6;
}
</style>
background-color css
<style>
a { background-color: #C19DE6; }
a { background-color: rgb(193,157,230); }
div.DivClassName
{
background-color: #C19DE6;
}
.BgClassName
{
background-color: #C19DE6;
}
</style>
border-color css
<style>
span { border-color: #C19DE6; }
span { border-color: rgb(193,157,230); }
td.TdClassName
{
border-color: #C19DE6;
}
.TagClassName
{
border-color: #C19DE6;
}
</style>