Shades of Wisteria #CDA0ED
Tints of Wisteria #CDA0ED
RGB
CMYK
RGB Variations
Color information
#CDA0ED (or 0xCDA0ED) is known color: Wisteria. HEX triplet: CD, A0 and ED. RGB value is (205,160,237). Sum of RGB (Red+Green+Blue) = 205+160+237=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0ED is #325F12. Grayscale: #B5B5B5. Windows color (decimal): -3301139 or 15573197. OLE color: 15573197.
HSL color Cylindrical-coordinate representation of color #CDA0ED: hue angle of 275.06º 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 #CDA0ED is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 160 | 237 | - |
CMYK | 0.14 | 0.32 | 0 | 0.07 |
HSL | 275.06º | 0.68% | 0.78% | - |
HSV(B) | 275.06º | 0.32% | 0.93% | - |
XYZ | 53.03 | 44.24 | 85.86 | - |
YUV | 182.23 | 158.91 | 144.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 237 | 0.14 | 0.32 | 0 | 0.07 | 275.06 | 0.68 | 0.78 |
Hex | CD | A0 | ED | E | 20 | 0 | 7 | 113 | 44 | 4E |
Octal | 315 | 240 | 355 | 16 | 40 | 0 | 7 | 423 | 104 | 116 |
Binary | 11001101 | 10100000 | 11101101 | 1110 | 100000 | 0 | 111 | 100010011 | 1000100 | 1001110 |
Color Harmonies of #CDA0ED
Complementary color
Monochromatic Colors of #CDA0ED
Black with #CDA0ED
Text Example
Text Example
White with #CDA0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0ED; }
p { color: rgb(205,160,237); }
H1.HeaderClassName
{
color: #CDA0ED;
}
.AnyTagClassName
{
color: #CDA0ED;
}
</style>
background-color css
<style>
a { background-color: #CDA0ED; }
a { background-color: rgb(205,160,237); }
div.DivClassName
{
background-color: #CDA0ED;
}
.BgClassName
{
background-color: #CDA0ED;
}
</style>
border-color css
<style>
span { border-color: #CDA0ED; }
span { border-color: rgb(205,160,237); }
td.TdClassName
{
border-color: #CDA0ED;
}
.TagClassName
{
border-color: #CDA0ED;
}
</style>