Shades of Perfume #C19BFA
Tints of Perfume #C19BFA
RGB
CMYK
RGB Variations
Color information
#C19BFA (or 0xC19BFA) is known color: Perfume. HEX triplet: C1, 9B and FA. RGB value is (193,155,250). Sum of RGB (Red+Green+Blue) = 193+155+250=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C19BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19BFA is #3E6405. Grayscale: #B0B0B0. Windows color (decimal): -4088838 or 16423873. OLE color: 16423873.
HSL color Cylindrical-coordinate representation of color #C19BFA: hue angle of 264º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19BFA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 155 | 250 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.02 |
| HSL | 264º | 0.9% | 0.79% | - |
| HSV(B) | 264º | 0.38% | 0.98% | - |
| XYZ | 50.97 | 41.68 | 95.8 | - |
| YUV | 177.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 250 | 0.23 | 0.38 | 0 | 0.02 | 264 | 0.9 | 0.79 |
| Hex | C1 | 9B | FA | 17 | 26 | 0 | 2 | 108 | 5A | 4F |
| Octal | 301 | 233 | 372 | 27 | 46 | 0 | 2 | 410 | 132 | 117 |
| Binary | 11000001 | 10011011 | 11111010 | 10111 | 100110 | 0 | 10 | 100001000 | 1011010 | 1001111 |
Color Harmonies of #C19BFA
Complementary color
Monochromatic Colors of #C19BFA
Black with #C19BFA
Text Example
Text Example
White with #C19BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BFA; }
p { color: rgb(193,155,250); }
H1.HeaderClassName
{
color: #C19BFA;
}
.AnyTagClassName
{
color: #C19BFA;
}
</style>
background-color css
<style>
a { background-color: #C19BFA; }
a { background-color: rgb(193,155,250); }
div.DivClassName
{
background-color: #C19BFA;
}
.BgClassName
{
background-color: #C19BFA;
}
</style>
border-color css
<style>
span { border-color: #C19BFA; }
span { border-color: rgb(193,155,250); }
td.TdClassName
{
border-color: #C19BFA;
}
.TagClassName
{
border-color: #C19BFA;
}
</style>