Shades of Perfume #C19FFE
Tints of Perfume #C19FFE
RGB
CMYK
RGB Variations
Color information
#C19FFE (or 0xC19FFE) is known color: Perfume. HEX triplet: C1, 9F and FE. RGB value is (193,159,254). Sum of RGB (Red+Green+Blue) = 193+159+254=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C19FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19FFE is #3E6001. Grayscale: #B3B3B3. Windows color (decimal): -4087810 or 16687041. OLE color: 16687041.
HSL color Cylindrical-coordinate representation of color #C19FFE: hue angle of 261.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C19FFE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 159 | 254 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.00 |
| HSL | 261.47º | 0.98% | 0.81% | - |
| HSV(B) | 261.47º | 0.37% | 1% | - |
| XYZ | 52.28 | 43.29 | 99.37 | - |
| YUV | 180 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 254 | 0.24 | 0.37 | 0 | 0.00 | 261.47 | 0.98 | 0.81 |
| Hex | C1 | 9F | FE | 18 | 25 | 0 | 0 | 105 | 62 | 51 |
| Octal | 301 | 237 | 376 | 30 | 45 | 0 | 0 | 405 | 142 | 121 |
| Binary | 11000001 | 10011111 | 11111110 | 11000 | 100101 | 0 | 0 | 100000101 | 1100010 | 1010001 |
Color Harmonies of #C19FFE
Complementary color
Monochromatic Colors of #C19FFE
Black with #C19FFE
Text Example
Text Example
White with #C19FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FFE; }
p { color: rgb(193,159,254); }
H1.HeaderClassName
{
color: #C19FFE;
}
.AnyTagClassName
{
color: #C19FFE;
}
</style>
background-color css
<style>
a { background-color: #C19FFE; }
a { background-color: rgb(193,159,254); }
div.DivClassName
{
background-color: #C19FFE;
}
.BgClassName
{
background-color: #C19FFE;
}
</style>
border-color css
<style>
span { border-color: #C19FFE; }
span { border-color: rgb(193,159,254); }
td.TdClassName
{
border-color: #C19FFE;
}
.TagClassName
{
border-color: #C19FFE;
}
</style>