Shades of Perfume #C19DFF
Tints of Perfume #C19DFF
RGB
CMYK
RGB Variations
Color information
#C19DFF (or 0xC19DFF) is known color: Perfume. HEX triplet: C1, 9D and FF. RGB value is (193,157,255). Sum of RGB (Red+Green+Blue) = 193+157+255=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C19DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DFF is #3E6200. Grayscale: #B2B2B2. Windows color (decimal): -4088321 or 16752065. OLE color: 16752065.
HSL color Cylindrical-coordinate representation of color #C19DFF: hue angle of 262.04º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19DFF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 157 | 255 | - |
| CMYK | 0.24 | 0.38 | 0 | 0 |
| HSL | 262.04º | 1% | 0.81% | - |
| HSV(B) | 262.04º | 0.38% | 1% | - |
| XYZ | 52.1 | 42.67 | 100.1 | - |
| YUV | 178.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 255 | 0.24 | 0.38 | 0 | 0 | 262.04 | 1 | 0.81 |
| Hex | C1 | 9D | FF | 18 | 26 | 0 | 0 | 106 | 64 | 51 |
| Octal | 301 | 235 | 377 | 30 | 46 | 0 | 0 | 406 | 144 | 121 |
| Binary | 11000001 | 10011101 | 11111111 | 11000 | 100110 | 0 | 0 | 100000110 | 1100100 | 1010001 |
Color Harmonies of #C19DFF
Complementary color
Monochromatic Colors of #C19DFF
Black with #C19DFF
Text Example
Text Example
White with #C19DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DFF; }
p { color: rgb(193,157,255); }
H1.HeaderClassName
{
color: #C19DFF;
}
.AnyTagClassName
{
color: #C19DFF;
}
</style>
background-color css
<style>
a { background-color: #C19DFF; }
a { background-color: rgb(193,157,255); }
div.DivClassName
{
background-color: #C19DFF;
}
.BgClassName
{
background-color: #C19DFF;
}
</style>
border-color css
<style>
span { border-color: #C19DFF; }
span { border-color: rgb(193,157,255); }
td.TdClassName
{
border-color: #C19DFF;
}
.TagClassName
{
border-color: #C19DFF;
}
</style>