Shades of Wisteria #D19CF1
Tints of Wisteria #D19CF1
RGB
CMYK
RGB Variations
Color information
#D19CF1 (or 0xD19CF1) is known color: Wisteria. HEX triplet: D1, 9C and F1. RGB value is (209,156,241). Sum of RGB (Red+Green+Blue) = 209+156+241=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #D19CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19CF1 is #2E630E. Grayscale: #B5B5B5. Windows color (decimal): -3040015 or 15834321. OLE color: 15834321.
HSL color Cylindrical-coordinate representation of color #D19CF1: hue angle of 277.41º degrees, saturation: 0.75, 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 #D19CF1 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 156 | 241 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.05 |
| HSL | 277.41º | 0.75% | 0.78% | - |
| HSV(B) | 277.41º | 0.35% | 0.95% | - |
| XYZ | 54.06 | 43.68 | 88.8 | - |
| YUV | 181.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 241 | 0.13 | 0.35 | 0 | 0.05 | 277.41 | 0.75 | 0.78 |
| Hex | D1 | 9C | F1 | D | 23 | 0 | 5 | 115 | 4B | 4E |
| Octal | 321 | 234 | 361 | 15 | 43 | 0 | 5 | 425 | 113 | 116 |
| Binary | 11010001 | 10011100 | 11110001 | 1101 | 100011 | 0 | 101 | 100010101 | 1001011 | 1001110 |
Color Harmonies of #D19CF1
Complementary color
Monochromatic Colors of #D19CF1
Black with #D19CF1
Text Example
Text Example
White with #D19CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CF1; }
p { color: rgb(209,156,241); }
H1.HeaderClassName
{
color: #D19CF1;
}
.AnyTagClassName
{
color: #D19CF1;
}
</style>
background-color css
<style>
a { background-color: #D19CF1; }
a { background-color: rgb(209,156,241); }
div.DivClassName
{
background-color: #D19CF1;
}
.BgClassName
{
background-color: #D19CF1;
}
</style>
border-color css
<style>
span { border-color: #D19CF1; }
span { border-color: rgb(209,156,241); }
td.TdClassName
{
border-color: #D19CF1;
}
.TagClassName
{
border-color: #D19CF1;
}
</style>