Shades of Perfume #C19DFE
Tints of Perfume #C19DFE
RGB
CMYK
RGB Variations
Color information
#C19DFE (or 0xC19DFE) is known color: Perfume. HEX triplet: C1, 9D and FE. RGB value is (193,157,254). Sum of RGB (Red+Green+Blue) = 193+157+254=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C19DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DFE is #3E6201. Grayscale: #B2B2B2. Windows color (decimal): -4088322 or 16686529. OLE color: 16686529.
HSL color Cylindrical-coordinate representation of color #C19DFE: hue angle of 262.27º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19DFE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 157 | 254 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.00 |
| HSL | 262.27º | 0.98% | 0.81% | - |
| HSV(B) | 262.27º | 0.38% | 1% | - |
| XYZ | 51.94 | 42.61 | 99.25 | - |
| YUV | 178.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 254 | 0.24 | 0.38 | 0 | 0.00 | 262.27 | 0.98 | 0.81 |
| Hex | C1 | 9D | FE | 18 | 26 | 0 | 0 | 106 | 62 | 51 |
| Octal | 301 | 235 | 376 | 30 | 46 | 0 | 0 | 406 | 142 | 121 |
| Binary | 11000001 | 10011101 | 11111110 | 11000 | 100110 | 0 | 0 | 100000110 | 1100010 | 1010001 |
Color Harmonies of #C19DFE
Complementary color
Monochromatic Colors of #C19DFE
Black with #C19DFE
Text Example
Text Example
White with #C19DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DFE; }
p { color: rgb(193,157,254); }
H1.HeaderClassName
{
color: #C19DFE;
}
.AnyTagClassName
{
color: #C19DFE;
}
</style>
background-color css
<style>
a { background-color: #C19DFE; }
a { background-color: rgb(193,157,254); }
div.DivClassName
{
background-color: #C19DFE;
}
.BgClassName
{
background-color: #C19DFE;
}
</style>
border-color css
<style>
span { border-color: #C19DFE; }
span { border-color: rgb(193,157,254); }
td.TdClassName
{
border-color: #C19DFE;
}
.TagClassName
{
border-color: #C19DFE;
}
</style>