Shades of Perfume #C19BFE
Tints of Perfume #C19BFE
RGB
CMYK
RGB Variations
Color information
#C19BFE (or 0xC19BFE) is known color: Perfume. HEX triplet: C1, 9B and FE. RGB value is (193,155,254). Sum of RGB (Red+Green+Blue) = 193+155+254=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C19BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19BFE is #3E6401. Grayscale: #B1B1B1. Windows color (decimal): -4088834 or 16686017. OLE color: 16686017.
HSL color Cylindrical-coordinate representation of color #C19BFE: hue angle of 263.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19BFE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 155 | 254 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.00 |
| HSL | 263.03º | 0.98% | 0.8% | - |
| HSV(B) | 263.03º | 0.39% | 1% | - |
| XYZ | 51.6 | 41.94 | 99.14 | - |
| YUV | 177.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 254 | 0.24 | 0.39 | 0 | 0.00 | 263.03 | 0.98 | 0.8 |
| Hex | C1 | 9B | FE | 18 | 27 | 0 | 0 | 107 | 62 | 50 |
| Octal | 301 | 233 | 376 | 30 | 47 | 0 | 0 | 407 | 142 | 120 |
| Binary | 11000001 | 10011011 | 11111110 | 11000 | 100111 | 0 | 0 | 100000111 | 1100010 | 1010000 |
Color Harmonies of #C19BFE
Complementary color
Monochromatic Colors of #C19BFE
Black with #C19BFE
Text Example
Text Example
White with #C19BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BFE; }
p { color: rgb(193,155,254); }
H1.HeaderClassName
{
color: #C19BFE;
}
.AnyTagClassName
{
color: #C19BFE;
}
</style>
background-color css
<style>
a { background-color: #C19BFE; }
a { background-color: rgb(193,155,254); }
div.DivClassName
{
background-color: #C19BFE;
}
.BgClassName
{
background-color: #C19BFE;
}
</style>
border-color css
<style>
span { border-color: #C19BFE; }
span { border-color: rgb(193,155,254); }
td.TdClassName
{
border-color: #C19BFE;
}
.TagClassName
{
border-color: #C19BFE;
}
</style>