Shades of Wisteria #CDA2EB
Tints of Wisteria #CDA2EB
RGB
CMYK
RGB Variations
Color information
#CDA2EB (or 0xCDA2EB) is known color: Wisteria. HEX triplet: CD, A2 and EB. RGB value is (205,162,235). Sum of RGB (Red+Green+Blue) = 205+162+235=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2EB is #325D14. Grayscale: #B6B6B6. Windows color (decimal): -3300629 or 15442637. OLE color: 15442637.
HSL color Cylindrical-coordinate representation of color #CDA2EB: hue angle of 275.34º degrees, saturation: 0.65, 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 #CDA2EB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 162 | 235 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.08 |
| HSL | 275.34º | 0.65% | 0.78% | - |
| HSV(B) | 275.34º | 0.31% | 0.92% | - |
| XYZ | 53.09 | 44.82 | 84.45 | - |
| YUV | 183.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 235 | 0.13 | 0.31 | 0 | 0.08 | 275.34 | 0.65 | 0.78 |
| Hex | CD | A2 | EB | D | 1F | 0 | 8 | 113 | 41 | 4E |
| Octal | 315 | 242 | 353 | 15 | 37 | 0 | 10 | 423 | 101 | 116 |
| Binary | 11001101 | 10100010 | 11101011 | 1101 | 11111 | 0 | 1000 | 100010011 | 1000001 | 1001110 |
Color Harmonies of #CDA2EB
Complementary color
Monochromatic Colors of #CDA2EB
Black with #CDA2EB
Text Example
Text Example
White with #CDA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2EB; }
p { color: rgb(205,162,235); }
H1.HeaderClassName
{
color: #CDA2EB;
}
.AnyTagClassName
{
color: #CDA2EB;
}
</style>
background-color css
<style>
a { background-color: #CDA2EB; }
a { background-color: rgb(205,162,235); }
div.DivClassName
{
background-color: #CDA2EB;
}
.BgClassName
{
background-color: #CDA2EB;
}
</style>
border-color css
<style>
span { border-color: #CDA2EB; }
span { border-color: rgb(205,162,235); }
td.TdClassName
{
border-color: #CDA2EB;
}
.TagClassName
{
border-color: #CDA2EB;
}
</style>