Shades of Perfume #C19CF6
Tints of Perfume #C19CF6
RGB
CMYK
RGB Variations
Color information
#C19CF6 (or 0xC19CF6) is known color: Perfume. HEX triplet: C1, 9C and F6. RGB value is (193,156,246). Sum of RGB (Red+Green+Blue) = 193+156+246=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #C19CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19CF6 is #3E6309. Grayscale: #B1B1B1. Windows color (decimal): -4088586 or 16161985. OLE color: 16161985.
HSL color Cylindrical-coordinate representation of color #C19CF6: hue angle of 264.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C19CF6 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 156 | 246 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.04 |
| HSL | 264.67º | 0.83% | 0.79% | - |
| HSV(B) | 264.67º | 0.37% | 0.96% | - |
| XYZ | 50.52 | 41.77 | 92.59 | - |
| YUV | 177.32 | 166.76 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 246 | 0.22 | 0.37 | 0 | 0.04 | 264.67 | 0.83 | 0.79 |
| Hex | C1 | 9C | F6 | 16 | 25 | 0 | 4 | 109 | 53 | 4F |
| Octal | 301 | 234 | 366 | 26 | 45 | 0 | 4 | 411 | 123 | 117 |
| Binary | 11000001 | 10011100 | 11110110 | 10110 | 100101 | 0 | 100 | 100001001 | 1010011 | 1001111 |
Color Harmonies of #C19CF6
Complementary color
Monochromatic Colors of #C19CF6
Black with #C19CF6
Text Example
Text Example
White with #C19CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19CF6; }
p { color: rgb(193,156,246); }
H1.HeaderClassName
{
color: #C19CF6;
}
.AnyTagClassName
{
color: #C19CF6;
}
</style>
background-color css
<style>
a { background-color: #C19CF6; }
a { background-color: rgb(193,156,246); }
div.DivClassName
{
background-color: #C19CF6;
}
.BgClassName
{
background-color: #C19CF6;
}
</style>
border-color css
<style>
span { border-color: #C19CF6; }
span { border-color: rgb(193,156,246); }
td.TdClassName
{
border-color: #C19CF6;
}
.TagClassName
{
border-color: #C19CF6;
}
</style>