Shades of Perfume #C19DDF
Tints of Perfume #C19DDF
RGB
CMYK
RGB Variations
Color information
#C19DDF (or 0xC19DDF) is known color: Perfume. HEX triplet: C1, 9D and DF. RGB value is (193,157,223). Sum of RGB (Red+Green+Blue) = 193+157+223=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C19DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDF is #3E6220. Grayscale: #AFAFAF. Windows color (decimal): -4088353 or 14654913. OLE color: 14654913.
HSL color Cylindrical-coordinate representation of color #C19DDF: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19DDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 157 | 223 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.13 |
| HSL | 272.73º | 0.51% | 0.75% | - |
| HSV(B) | 272.73º | 0.3% | 0.87% | - |
| XYZ | 47.37 | 40.78 | 75.19 | - |
| YUV | 175.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 223 | 0.13 | 0.30 | 0 | 0.13 | 272.73 | 0.51 | 0.75 |
| Hex | C1 | 9D | DF | D | 1E | 0 | D | 111 | 33 | 4B |
| Octal | 301 | 235 | 337 | 15 | 36 | 0 | 15 | 421 | 63 | 113 |
| Binary | 11000001 | 10011101 | 11011111 | 1101 | 11110 | 0 | 1101 | 100010001 | 110011 | 1001011 |
Color Harmonies of #C19DDF
Complementary color
Monochromatic Colors of #C19DDF
Black with #C19DDF
Text Example
Text Example
White with #C19DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DDF; }
p { color: rgb(193,157,223); }
H1.HeaderClassName
{
color: #C19DDF;
}
.AnyTagClassName
{
color: #C19DDF;
}
</style>
background-color css
<style>
a { background-color: #C19DDF; }
a { background-color: rgb(193,157,223); }
div.DivClassName
{
background-color: #C19DDF;
}
.BgClassName
{
background-color: #C19DDF;
}
</style>
border-color css
<style>
span { border-color: #C19DDF; }
span { border-color: rgb(193,157,223); }
td.TdClassName
{
border-color: #C19DDF;
}
.TagClassName
{
border-color: #C19DDF;
}
</style>