Shades of Perfume #C19FFF
Tints of Perfume #C19FFF
RGB
CMYK
RGB Variations
Color information
#C19FFF (or 0xC19FFF) is known color: Perfume. HEX triplet: C1, 9F and FF. RGB value is (193,159,255). Sum of RGB (Red+Green+Blue) = 193+159+255=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C19FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19FFF is #3E6000. Grayscale: #B3B3B3. Windows color (decimal): -4087809 or 16752577. OLE color: 16752577.
HSL color Cylindrical-coordinate representation of color #C19FFF: hue angle of 261.25º 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 #C19FFF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 159 | 255 | - |
| CMYK | 0.24 | 0.38 | 0 | 0 |
| HSL | 261.25º | 1% | 0.81% | - |
| HSV(B) | 261.25º | 0.38% | 1% | - |
| XYZ | 52.44 | 43.35 | 100.21 | - |
| YUV | 180.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 255 | 0.24 | 0.38 | 0 | 0 | 261.25 | 1 | 0.81 |
| Hex | C1 | 9F | FF | 18 | 26 | 0 | 0 | 105 | 64 | 51 |
| Octal | 301 | 237 | 377 | 30 | 46 | 0 | 0 | 405 | 144 | 121 |
| Binary | 11000001 | 10011111 | 11111111 | 11000 | 100110 | 0 | 0 | 100000101 | 1100100 | 1010001 |
Color Harmonies of #C19FFF
Complementary color
Monochromatic Colors of #C19FFF
Black with #C19FFF
Text Example
Text Example
White with #C19FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FFF; }
p { color: rgb(193,159,255); }
H1.HeaderClassName
{
color: #C19FFF;
}
.AnyTagClassName
{
color: #C19FFF;
}
</style>
background-color css
<style>
a { background-color: #C19FFF; }
a { background-color: rgb(193,159,255); }
div.DivClassName
{
background-color: #C19FFF;
}
.BgClassName
{
background-color: #C19FFF;
}
</style>
border-color css
<style>
span { border-color: #C19FFF; }
span { border-color: rgb(193,159,255); }
td.TdClassName
{
border-color: #C19FFF;
}
.TagClassName
{
border-color: #C19FFF;
}
</style>