Shades of Perfume #C19EFF
Tints of Perfume #C19EFF
RGB
CMYK
RGB Variations
Color information
#C19EFF (or 0xC19EFF) is known color: Perfume. HEX triplet: C1, 9E and FF. RGB value is (193,158,255). Sum of RGB (Red+Green+Blue) = 193+158+255=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C19EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19EFF is #3E6100. Grayscale: #B3B3B3. Windows color (decimal): -4088065 or 16752321. OLE color: 16752321.
HSL color Cylindrical-coordinate representation of color #C19EFF: hue angle of 261.65º 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 #C19EFF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 158 | 255 | - |
| CMYK | 0.24 | 0.38 | 0 | 0 |
| HSL | 261.65º | 1% | 0.81% | - |
| HSV(B) | 261.65º | 0.38% | 1% | - |
| XYZ | 52.27 | 43.01 | 100.15 | - |
| YUV | 179.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 255 | 0.24 | 0.38 | 0 | 0 | 261.65 | 1 | 0.81 |
| Hex | C1 | 9E | FF | 18 | 26 | 0 | 0 | 106 | 64 | 51 |
| Octal | 301 | 236 | 377 | 30 | 46 | 0 | 0 | 406 | 144 | 121 |
| Binary | 11000001 | 10011110 | 11111111 | 11000 | 100110 | 0 | 0 | 100000110 | 1100100 | 1010001 |
Color Harmonies of #C19EFF
Complementary color
Monochromatic Colors of #C19EFF
Black with #C19EFF
Text Example
Text Example
White with #C19EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19EFF; }
p { color: rgb(193,158,255); }
H1.HeaderClassName
{
color: #C19EFF;
}
.AnyTagClassName
{
color: #C19EFF;
}
</style>
background-color css
<style>
a { background-color: #C19EFF; }
a { background-color: rgb(193,158,255); }
div.DivClassName
{
background-color: #C19EFF;
}
.BgClassName
{
background-color: #C19EFF;
}
</style>
border-color css
<style>
span { border-color: #C19EFF; }
span { border-color: rgb(193,158,255); }
td.TdClassName
{
border-color: #C19EFF;
}
.TagClassName
{
border-color: #C19EFF;
}
</style>