Shades of Wisteria #CDA3E3
Tints of Wisteria #CDA3E3
RGB
CMYK
RGB Variations
Color information
#CDA3E3 (or 0xCDA3E3) is known color: Wisteria. HEX triplet: CD, A3 and E3. RGB value is (205,163,227). Sum of RGB (Red+Green+Blue) = 205+163+227=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDA3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3E3 is #325C1C. Grayscale: #B6B6B6. Windows color (decimal): -3300381 or 14918605. OLE color: 14918605.
HSL color Cylindrical-coordinate representation of color #CDA3E3: hue angle of 279.38º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA3E3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 163 | 227 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.11 |
| HSL | 279.38º | 0.53% | 0.76% | - |
| HSV(B) | 279.38º | 0.28% | 0.89% | - |
| XYZ | 52.14 | 44.72 | 78.56 | - |
| YUV | 182.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 227 | 0.10 | 0.28 | 0 | 0.11 | 279.38 | 0.53 | 0.76 |
| Hex | CD | A3 | E3 | A | 1C | 0 | B | 117 | 35 | 4C |
| Octal | 315 | 243 | 343 | 12 | 34 | 0 | 13 | 427 | 65 | 114 |
| Binary | 11001101 | 10100011 | 11100011 | 1010 | 11100 | 0 | 1011 | 100010111 | 110101 | 1001100 |
Color Harmonies of #CDA3E3
Complementary color
Monochromatic Colors of #CDA3E3
Black with #CDA3E3
Text Example
Text Example
White with #CDA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3E3; }
p { color: rgb(205,163,227); }
H1.HeaderClassName
{
color: #CDA3E3;
}
.AnyTagClassName
{
color: #CDA3E3;
}
</style>
background-color css
<style>
a { background-color: #CDA3E3; }
a { background-color: rgb(205,163,227); }
div.DivClassName
{
background-color: #CDA3E3;
}
.BgClassName
{
background-color: #CDA3E3;
}
</style>
border-color css
<style>
span { border-color: #CDA3E3; }
span { border-color: rgb(205,163,227); }
td.TdClassName
{
border-color: #CDA3E3;
}
.TagClassName
{
border-color: #CDA3E3;
}
</style>