Shades of Perfume #C19EDF
Tints of Perfume #C19EDF
RGB
CMYK
RGB Variations
Color information
#C19EDF (or 0xC19EDF) is known color: Perfume. HEX triplet: C1, 9E and DF. RGB value is (193,158,223). Sum of RGB (Red+Green+Blue) = 193+158+223=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C19EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EDF is #3E6120. Grayscale: #AFAFAF. Windows color (decimal): -4088097 or 14655169. OLE color: 14655169.
HSL color Cylindrical-coordinate representation of color #C19EDF: hue angle of 272.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19EDF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 158 | 223 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.13 |
| HSL | 272.31º | 0.5% | 0.75% | - |
| HSV(B) | 272.31º | 0.29% | 0.87% | - |
| XYZ | 47.54 | 41.12 | 75.24 | - |
| YUV | 175.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 223 | 0.13 | 0.29 | 0 | 0.13 | 272.31 | 0.5 | 0.75 |
| Hex | C1 | 9E | DF | D | 1D | 0 | D | 110 | 32 | 4B |
| Octal | 301 | 236 | 337 | 15 | 35 | 0 | 15 | 420 | 62 | 113 |
| Binary | 11000001 | 10011110 | 11011111 | 1101 | 11101 | 0 | 1101 | 100010000 | 110010 | 1001011 |
Color Harmonies of #C19EDF
Complementary color
Monochromatic Colors of #C19EDF
Black with #C19EDF
Text Example
Text Example
White with #C19EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EDF; }
p { color: rgb(193,158,223); }
H1.HeaderClassName
{
color: #C19EDF;
}
.AnyTagClassName
{
color: #C19EDF;
}
</style>
background-color css
<style>
a { background-color: #C19EDF; }
a { background-color: rgb(193,158,223); }
div.DivClassName
{
background-color: #C19EDF;
}
.BgClassName
{
background-color: #C19EDF;
}
</style>
border-color css
<style>
span { border-color: #C19EDF; }
span { border-color: rgb(193,158,223); }
td.TdClassName
{
border-color: #C19EDF;
}
.TagClassName
{
border-color: #C19EDF;
}
</style>