Shades of Perfume #C19DF3
Tints of Perfume #C19DF3
RGB
CMYK
RGB Variations
Color information
#C19DF3 (or 0xC19DF3) is known color: Perfume. HEX triplet: C1, 9D and F3. RGB value is (193,157,243). Sum of RGB (Red+Green+Blue) = 193+157+243=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #C19DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19DF3 is #3E620C. Grayscale: #B1B1B1. Windows color (decimal): -4088333 or 15965633. OLE color: 15965633.
HSL color Cylindrical-coordinate representation of color #C19DF3: hue angle of 265.12º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C19DF3 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 157 | 243 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.05 |
| HSL | 265.12º | 0.78% | 0.78% | - |
| HSV(B) | 265.12º | 0.35% | 0.95% | - |
| XYZ | 50.23 | 41.92 | 90.24 | - |
| YUV | 177.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 243 | 0.21 | 0.35 | 0 | 0.05 | 265.12 | 0.78 | 0.78 |
| Hex | C1 | 9D | F3 | 15 | 23 | 0 | 5 | 109 | 4E | 4E |
| Octal | 301 | 235 | 363 | 25 | 43 | 0 | 5 | 411 | 116 | 116 |
| Binary | 11000001 | 10011101 | 11110011 | 10101 | 100011 | 0 | 101 | 100001001 | 1001110 | 1001110 |
Color Harmonies of #C19DF3
Complementary color
Monochromatic Colors of #C19DF3
Black with #C19DF3
Text Example
Text Example
White with #C19DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19DF3; }
p { color: rgb(193,157,243); }
H1.HeaderClassName
{
color: #C19DF3;
}
.AnyTagClassName
{
color: #C19DF3;
}
</style>
background-color css
<style>
a { background-color: #C19DF3; }
a { background-color: rgb(193,157,243); }
div.DivClassName
{
background-color: #C19DF3;
}
.BgClassName
{
background-color: #C19DF3;
}
</style>
border-color css
<style>
span { border-color: #C19DF3; }
span { border-color: rgb(193,157,243); }
td.TdClassName
{
border-color: #C19DF3;
}
.TagClassName
{
border-color: #C19DF3;
}
</style>