Shades of Wisteria #CDA2EA
Tints of Wisteria #CDA2EA
RGB
CMYK
RGB Variations
Color information
#CDA2EA (or 0xCDA2EA) is known color: Wisteria. HEX triplet: CD, A2 and EA. RGB value is (205,162,234). Sum of RGB (Red+Green+Blue) = 205+162+234=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2EA is #325D15. Grayscale: #B6B6B6. Windows color (decimal): -3300630 or 15377101. OLE color: 15377101.
HSL color Cylindrical-coordinate representation of color #CDA2EA: hue angle of 275.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA2EA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 162 | 234 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.08 |
| HSL | 275.83º | 0.63% | 0.78% | - |
| HSV(B) | 275.83º | 0.31% | 0.92% | - |
| XYZ | 52.95 | 44.76 | 83.69 | - |
| YUV | 183.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 234 | 0.12 | 0.31 | 0 | 0.08 | 275.83 | 0.63 | 0.78 |
| Hex | CD | A2 | EA | C | 1F | 0 | 8 | 114 | 3F | 4E |
| Octal | 315 | 242 | 352 | 14 | 37 | 0 | 10 | 424 | 77 | 116 |
| Binary | 11001101 | 10100010 | 11101010 | 1100 | 11111 | 0 | 1000 | 100010100 | 111111 | 1001110 |
Color Harmonies of #CDA2EA
Complementary color
Monochromatic Colors of #CDA2EA
Black with #CDA2EA
Text Example
Text Example
White with #CDA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2EA; }
p { color: rgb(205,162,234); }
H1.HeaderClassName
{
color: #CDA2EA;
}
.AnyTagClassName
{
color: #CDA2EA;
}
</style>
background-color css
<style>
a { background-color: #CDA2EA; }
a { background-color: rgb(205,162,234); }
div.DivClassName
{
background-color: #CDA2EA;
}
.BgClassName
{
background-color: #CDA2EA;
}
</style>
border-color css
<style>
span { border-color: #CDA2EA; }
span { border-color: rgb(205,162,234); }
td.TdClassName
{
border-color: #CDA2EA;
}
.TagClassName
{
border-color: #CDA2EA;
}
</style>