Shades of Wisteria #D29CF3
Tints of Wisteria #D29CF3
RGB
CMYK
RGB Variations
Color information
#D29CF3 (or 0xD29CF3) is known color: Wisteria. HEX triplet: D2, 9C and F3. RGB value is (210,156,243). Sum of RGB (Red+Green+Blue) = 210+156+243=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #D29CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CF3 is #2D630C. Grayscale: #B5B5B5. Windows color (decimal): -2974477 or 15965394. OLE color: 15965394.
HSL color Cylindrical-coordinate representation of color #D29CF3: hue angle of 277.24º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29CF3 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 156 | 243 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.05 |
| HSL | 277.24º | 0.78% | 0.78% | - |
| HSV(B) | 277.24º | 0.36% | 0.95% | - |
| XYZ | 54.64 | 43.95 | 90.4 | - |
| YUV | 182.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 243 | 0.14 | 0.36 | 0 | 0.05 | 277.24 | 0.78 | 0.78 |
| Hex | D2 | 9C | F3 | E | 24 | 0 | 5 | 115 | 4E | 4E |
| Octal | 322 | 234 | 363 | 16 | 44 | 0 | 5 | 425 | 116 | 116 |
| Binary | 11010010 | 10011100 | 11110011 | 1110 | 100100 | 0 | 101 | 100010101 | 1001110 | 1001110 |
Color Harmonies of #D29CF3
Complementary color
Monochromatic Colors of #D29CF3
Black with #D29CF3
Text Example
Text Example
White with #D29CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CF3; }
p { color: rgb(210,156,243); }
H1.HeaderClassName
{
color: #D29CF3;
}
.AnyTagClassName
{
color: #D29CF3;
}
</style>
background-color css
<style>
a { background-color: #D29CF3; }
a { background-color: rgb(210,156,243); }
div.DivClassName
{
background-color: #D29CF3;
}
.BgClassName
{
background-color: #D29CF3;
}
</style>
border-color css
<style>
span { border-color: #D29CF3; }
span { border-color: rgb(210,156,243); }
td.TdClassName
{
border-color: #D29CF3;
}
.TagClassName
{
border-color: #D29CF3;
}
</style>