Shades of Perfume #C19FFC
Tints of Perfume #C19FFC
RGB
CMYK
RGB Variations
Color information
#C19FFC (or 0xC19FFC) is known color: Perfume. HEX triplet: C1, 9F and FC. RGB value is (193,159,252). Sum of RGB (Red+Green+Blue) = 193+159+252=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C19FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19FFC is #3E6003. Grayscale: #B3B3B3. Windows color (decimal): -4087812 or 16555969. OLE color: 16555969.
HSL color Cylindrical-coordinate representation of color #C19FFC: hue angle of 261.94º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C19FFC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 159 | 252 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.01 |
| HSL | 261.94º | 0.94% | 0.81% | - |
| HSV(B) | 261.94º | 0.37% | 0.99% | - |
| XYZ | 51.96 | 43.16 | 97.69 | - |
| YUV | 179.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 252 | 0.23 | 0.37 | 0 | 0.01 | 261.94 | 0.94 | 0.81 |
| Hex | C1 | 9F | FC | 17 | 25 | 0 | 1 | 106 | 5E | 51 |
| Octal | 301 | 237 | 374 | 27 | 45 | 0 | 1 | 406 | 136 | 121 |
| Binary | 11000001 | 10011111 | 11111100 | 10111 | 100101 | 0 | 1 | 100000110 | 1011110 | 1010001 |
Color Harmonies of #C19FFC
Complementary color
Monochromatic Colors of #C19FFC
Black with #C19FFC
Text Example
Text Example
White with #C19FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FFC; }
p { color: rgb(193,159,252); }
H1.HeaderClassName
{
color: #C19FFC;
}
.AnyTagClassName
{
color: #C19FFC;
}
</style>
background-color css
<style>
a { background-color: #C19FFC; }
a { background-color: rgb(193,159,252); }
div.DivClassName
{
background-color: #C19FFC;
}
.BgClassName
{
background-color: #C19FFC;
}
</style>
border-color css
<style>
span { border-color: #C19FFC; }
span { border-color: rgb(193,159,252); }
td.TdClassName
{
border-color: #C19FFC;
}
.TagClassName
{
border-color: #C19FFC;
}
</style>