Shades of Wisteria #CDA4DB
Tints of Wisteria #CDA4DB
RGB
CMYK
RGB Variations
Color information
#CDA4DB (or 0xCDA4DB) is known color: Wisteria. HEX triplet: CD, A4 and DB. RGB value is (205,164,219). Sum of RGB (Red+Green+Blue) = 205+164+219=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DB is #325B24. Grayscale: #B6B6B6. Windows color (decimal): -3300133 or 14394573. OLE color: 14394573.
HSL color Cylindrical-coordinate representation of color #CDA4DB: hue angle of 284.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA4DB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 164 | 219 | - |
CMYK | 0.06 | 0.25 | 0 | 0.14 |
HSL | 284.73º | 0.43% | 0.75% | - |
HSV(B) | 284.73º | 0.25% | 0.86% | - |
XYZ | 51.24 | 44.64 | 72.93 | - |
YUV | 182.53 | 148.58 | 144.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 164 | 219 | 0.06 | 0.25 | 0 | 0.14 | 284.73 | 0.43 | 0.75 |
Hex | CD | A4 | DB | 6 | 19 | 0 | E | 11D | 2B | 4B |
Octal | 315 | 244 | 333 | 6 | 31 | 0 | 16 | 435 | 53 | 113 |
Binary | 11001101 | 10100100 | 11011011 | 110 | 11001 | 0 | 1110 | 100011101 | 101011 | 1001011 |
Color Harmonies of #CDA4DB
Complementary color
Monochromatic Colors of #CDA4DB
Black with #CDA4DB
Text Example
Text Example
White with #CDA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4DB; }
p { color: rgb(205,164,219); }
H1.HeaderClassName
{
color: #CDA4DB;
}
.AnyTagClassName
{
color: #CDA4DB;
}
</style>
background-color css
<style>
a { background-color: #CDA4DB; }
a { background-color: rgb(205,164,219); }
div.DivClassName
{
background-color: #CDA4DB;
}
.BgClassName
{
background-color: #CDA4DB;
}
</style>
border-color css
<style>
span { border-color: #CDA4DB; }
span { border-color: rgb(205,164,219); }
td.TdClassName
{
border-color: #CDA4DB;
}
.TagClassName
{
border-color: #CDA4DB;
}
</style>