Shades of Perfume #C19BE6
Tints of Perfume #C19BE6
RGB
CMYK
RGB Variations
Color information
#C19BE6 (or 0xC19BE6) is known color: Perfume. HEX triplet: C1, 9B and E6. RGB value is (193,155,230). Sum of RGB (Red+Green+Blue) = 193+155+230=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #C19BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19BE6 is #3E6419. Grayscale: #AEAEAE. Windows color (decimal): -4088858 or 15113153. OLE color: 15113153.
HSL color Cylindrical-coordinate representation of color #C19BE6: hue angle of 270.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C19BE6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 155 | 230 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.10 |
| HSL | 270.4º | 0.6% | 0.75% | - |
| HSV(B) | 270.4º | 0.33% | 0.9% | - |
| XYZ | 48 | 40.49 | 80.15 | - |
| YUV | 174.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 230 | 0.16 | 0.33 | 0 | 0.10 | 270.4 | 0.6 | 0.75 |
| Hex | C1 | 9B | E6 | 10 | 21 | 0 | A | 10E | 3C | 4B |
| Octal | 301 | 233 | 346 | 20 | 41 | 0 | 12 | 416 | 74 | 113 |
| Binary | 11000001 | 10011011 | 11100110 | 10000 | 100001 | 0 | 1010 | 100001110 | 111100 | 1001011 |
Color Harmonies of #C19BE6
Complementary color
Monochromatic Colors of #C19BE6
Black with #C19BE6
Text Example
Text Example
White with #C19BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19BE6; }
p { color: rgb(193,155,230); }
H1.HeaderClassName
{
color: #C19BE6;
}
.AnyTagClassName
{
color: #C19BE6;
}
</style>
background-color css
<style>
a { background-color: #C19BE6; }
a { background-color: rgb(193,155,230); }
div.DivClassName
{
background-color: #C19BE6;
}
.BgClassName
{
background-color: #C19BE6;
}
</style>
border-color css
<style>
span { border-color: #C19BE6; }
span { border-color: rgb(193,155,230); }
td.TdClassName
{
border-color: #C19BE6;
}
.TagClassName
{
border-color: #C19BE6;
}
</style>