Shades of Perfume #C19BFC
Tints of Perfume #C19BFC
RGB
CMYK
RGB Variations
Color information
#C19BFC (or 0xC19BFC) is known color: Perfume. HEX triplet: C1, 9B and FC. RGB value is (193,155,252). Sum of RGB (Red+Green+Blue) = 193+155+252=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C19BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19BFC is #3E6403. Grayscale: #B1B1B1. Windows color (decimal): -4088836 or 16554945. OLE color: 16554945.
HSL color Cylindrical-coordinate representation of color #C19BFC: hue angle of 263.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19BFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 155 | 252 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 263.51º | 0.94% | 0.8% | - |
| HSV(B) | 263.51º | 0.38% | 0.99% | - |
| XYZ | 51.28 | 41.81 | 97.46 | - |
| YUV | 177.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 252 | 0.23 | 0.38 | 0 | 0.01 | 263.51 | 0.94 | 0.8 |
| Hex | C1 | 9B | FC | 17 | 26 | 0 | 1 | 108 | 5E | 50 |
| Octal | 301 | 233 | 374 | 27 | 46 | 0 | 1 | 410 | 136 | 120 |
| Binary | 11000001 | 10011011 | 11111100 | 10111 | 100110 | 0 | 1 | 100001000 | 1011110 | 1010000 |
Color Harmonies of #C19BFC
Complementary color
Monochromatic Colors of #C19BFC
Black with #C19BFC
Text Example
Text Example
White with #C19BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BFC; }
p { color: rgb(193,155,252); }
H1.HeaderClassName
{
color: #C19BFC;
}
.AnyTagClassName
{
color: #C19BFC;
}
</style>
background-color css
<style>
a { background-color: #C19BFC; }
a { background-color: rgb(193,155,252); }
div.DivClassName
{
background-color: #C19BFC;
}
.BgClassName
{
background-color: #C19BFC;
}
</style>
border-color css
<style>
span { border-color: #C19BFC; }
span { border-color: rgb(193,155,252); }
td.TdClassName
{
border-color: #C19BFC;
}
.TagClassName
{
border-color: #C19BFC;
}
</style>