Shades of Wisteria #CDA2ED
Tints of Wisteria #CDA2ED
RGB
CMYK
RGB Variations
Color information
#CDA2ED (or 0xCDA2ED) is known color: Wisteria. HEX triplet: CD, A2 and ED. RGB value is (205,162,237). Sum of RGB (Red+Green+Blue) = 205+162+237=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2ED is #325D12. Grayscale: #B7B7B7. Windows color (decimal): -3300627 or 15573709. OLE color: 15573709.
HSL color Cylindrical-coordinate representation of color #CDA2ED: hue angle of 274.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA2ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 162 | 237 | - |
CMYK | 0.14 | 0.32 | 0 | 0.07 |
HSL | 274.4º | 0.68% | 0.78% | - |
HSV(B) | 274.4º | 0.32% | 0.93% | - |
XYZ | 53.38 | 44.93 | 85.98 | - |
YUV | 183.41 | 158.25 | 143.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 162 | 237 | 0.14 | 0.32 | 0 | 0.07 | 274.4 | 0.68 | 0.78 |
Hex | CD | A2 | ED | E | 20 | 0 | 7 | 112 | 44 | 4E |
Octal | 315 | 242 | 355 | 16 | 40 | 0 | 7 | 422 | 104 | 116 |
Binary | 11001101 | 10100010 | 11101101 | 1110 | 100000 | 0 | 111 | 100010010 | 1000100 | 1001110 |
Color Harmonies of #CDA2ED
Complementary color
Monochromatic Colors of #CDA2ED
Black with #CDA2ED
Text Example
Text Example
White with #CDA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2ED; }
p { color: rgb(205,162,237); }
H1.HeaderClassName
{
color: #CDA2ED;
}
.AnyTagClassName
{
color: #CDA2ED;
}
</style>
background-color css
<style>
a { background-color: #CDA2ED; }
a { background-color: rgb(205,162,237); }
div.DivClassName
{
background-color: #CDA2ED;
}
.BgClassName
{
background-color: #CDA2ED;
}
</style>
border-color css
<style>
span { border-color: #CDA2ED; }
span { border-color: rgb(205,162,237); }
td.TdClassName
{
border-color: #CDA2ED;
}
.TagClassName
{
border-color: #CDA2ED;
}
</style>