Shades of Wisteria #CCA5DB
Tints of Wisteria #CCA5DB
RGB
CMYK
RGB Variations
Color information
#CCA5DB (or 0xCCA5DB) is known color: Wisteria. HEX triplet: CC, A5 and DB. RGB value is (204,165,219). Sum of RGB (Red+Green+Blue) = 204+165+219=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 165 (64.84% from 255 or 28.06% 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 #CCA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5DB is #335A24. Grayscale: #B6B6B6. Windows color (decimal): -3365413 or 14394828. OLE color: 14394828.
HSL color Cylindrical-coordinate representation of color #CCA5DB: hue angle of 283.33º 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 #CCA5DB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 165 | 219 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.14 |
| HSL | 283.33º | 0.43% | 0.75% | - |
| HSV(B) | 283.33º | 0.25% | 0.86% | - |
| XYZ | 51.14 | 44.86 | 72.98 | - |
| YUV | 182.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 219 | 0.07 | 0.25 | 0 | 0.14 | 283.33 | 0.43 | 0.75 |
| Hex | CC | A5 | DB | 7 | 19 | 0 | E | 11B | 2B | 4B |
| Octal | 314 | 245 | 333 | 7 | 31 | 0 | 16 | 433 | 53 | 113 |
| Binary | 11001100 | 10100101 | 11011011 | 111 | 11001 | 0 | 1110 | 100011011 | 101011 | 1001011 |
Color Harmonies of #CCA5DB
Complementary color
Monochromatic Colors of #CCA5DB
Black with #CCA5DB
Text Example
Text Example
White with #CCA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA5DB; }
p { color: rgb(204,165,219); }
H1.HeaderClassName
{
color: #CCA5DB;
}
.AnyTagClassName
{
color: #CCA5DB;
}
</style>
background-color css
<style>
a { background-color: #CCA5DB; }
a { background-color: rgb(204,165,219); }
div.DivClassName
{
background-color: #CCA5DB;
}
.BgClassName
{
background-color: #CCA5DB;
}
</style>
border-color css
<style>
span { border-color: #CCA5DB; }
span { border-color: rgb(204,165,219); }
td.TdClassName
{
border-color: #CCA5DB;
}
.TagClassName
{
border-color: #CCA5DB;
}
</style>