Shades of Wisteria #CDA7DB
Tints of Wisteria #CDA7DB
RGB
CMYK
RGB Variations
Color information
#CDA7DB (or 0xCDA7DB) is known color: Wisteria. HEX triplet: CD, A7 and DB. RGB value is (205,167,219). Sum of RGB (Red+Green+Blue) = 205+167+219=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7DB is #325824. Grayscale: #B8B8B8. Windows color (decimal): -3299365 or 14395341. OLE color: 14395341.
HSL color Cylindrical-coordinate representation of color #CDA7DB: hue angle of 283.85º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA7DB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 167 | 219 | - |
CMYK | 0.06 | 0.24 | 0 | 0.14 |
HSL | 283.85º | 0.42% | 0.76% | - |
HSV(B) | 283.85º | 0.24% | 0.86% | - |
XYZ | 51.78 | 45.73 | 73.12 | - |
YUV | 184.29 | 147.59 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 167 | 219 | 0.06 | 0.24 | 0 | 0.14 | 283.85 | 0.42 | 0.76 |
Hex | CD | A7 | DB | 6 | 18 | 0 | E | 11C | 2A | 4C |
Octal | 315 | 247 | 333 | 6 | 30 | 0 | 16 | 434 | 52 | 114 |
Binary | 11001101 | 10100111 | 11011011 | 110 | 11000 | 0 | 1110 | 100011100 | 101010 | 1001100 |
Color Harmonies of #CDA7DB
Complementary color
Monochromatic Colors of #CDA7DB
Black with #CDA7DB
Text Example
Text Example
White with #CDA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7DB; }
p { color: rgb(205,167,219); }
H1.HeaderClassName
{
color: #CDA7DB;
}
.AnyTagClassName
{
color: #CDA7DB;
}
</style>
background-color css
<style>
a { background-color: #CDA7DB; }
a { background-color: rgb(205,167,219); }
div.DivClassName
{
background-color: #CDA7DB;
}
.BgClassName
{
background-color: #CDA7DB;
}
</style>
border-color css
<style>
span { border-color: #CDA7DB; }
span { border-color: rgb(205,167,219); }
td.TdClassName
{
border-color: #CDA7DB;
}
.TagClassName
{
border-color: #CDA7DB;
}
</style>