Shades of Perfume #C19DFC
Tints of Perfume #C19DFC
RGB
CMYK
RGB Variations
Color information
#C19DFC (or 0xC19DFC) is known color: Perfume. HEX triplet: C1, 9D and FC. RGB value is (193,157,252). Sum of RGB (Red+Green+Blue) = 193+157+252=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C19DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DFC is #3E6203. Grayscale: #B2B2B2. Windows color (decimal): -4088324 or 16555457. OLE color: 16555457.
HSL color Cylindrical-coordinate representation of color #C19DFC: hue angle of 262.74º 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 #C19DFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 157 | 252 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.01 |
| HSL | 262.74º | 0.94% | 0.8% | - |
| HSV(B) | 262.74º | 0.38% | 0.99% | - |
| XYZ | 51.62 | 42.48 | 97.57 | - |
| YUV | 178.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 252 | 0.23 | 0.38 | 0 | 0.01 | 262.74 | 0.94 | 0.8 |
| Hex | C1 | 9D | FC | 17 | 26 | 0 | 1 | 107 | 5E | 50 |
| Octal | 301 | 235 | 374 | 27 | 46 | 0 | 1 | 407 | 136 | 120 |
| Binary | 11000001 | 10011101 | 11111100 | 10111 | 100110 | 0 | 1 | 100000111 | 1011110 | 1010000 |
Color Harmonies of #C19DFC
Complementary color
Monochromatic Colors of #C19DFC
Black with #C19DFC
Text Example
Text Example
White with #C19DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DFC; }
p { color: rgb(193,157,252); }
H1.HeaderClassName
{
color: #C19DFC;
}
.AnyTagClassName
{
color: #C19DFC;
}
</style>
background-color css
<style>
a { background-color: #C19DFC; }
a { background-color: rgb(193,157,252); }
div.DivClassName
{
background-color: #C19DFC;
}
.BgClassName
{
background-color: #C19DFC;
}
</style>
border-color css
<style>
span { border-color: #C19DFC; }
span { border-color: rgb(193,157,252); }
td.TdClassName
{
border-color: #C19DFC;
}
.TagClassName
{
border-color: #C19DFC;
}
</style>