Shades of Wisteria #CC85DB
Tints of Wisteria #CC85DB
RGB
CMYK
RGB Variations
Color information
#CC85DB (or 0xCC85DB) is known color: Wisteria. HEX triplet: CC, 85 and DB. RGB value is (204,133,219). Sum of RGB (Red+Green+Blue) = 204+133+219=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DB is #337A24. Grayscale: #A3A3A3. Windows color (decimal): -3373605 or 14386636. OLE color: 14386636.
HSL color Cylindrical-coordinate representation of color #CC85DB: hue angle of 289.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC85DB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 133 | 219 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.14 |
| HSL | 289.53º | 0.54% | 0.69% | - |
| HSV(B) | 289.53º | 0.39% | 0.86% | - |
| XYZ | 46.08 | 34.73 | 71.29 | - |
| YUV | 164.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 219 | 0.07 | 0.39 | 0 | 0.14 | 289.53 | 0.54 | 0.69 |
| Hex | CC | 85 | DB | 7 | 27 | 0 | E | 122 | 36 | 45 |
| Octal | 314 | 205 | 333 | 7 | 47 | 0 | 16 | 442 | 66 | 105 |
| Binary | 11001100 | 10000101 | 11011011 | 111 | 100111 | 0 | 1110 | 100100010 | 110110 | 1000101 |
Color Harmonies of #CC85DB
Complementary color
Monochromatic Colors of #CC85DB
Black with #CC85DB
Text Example
Text Example
White with #CC85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85DB; }
p { color: rgb(204,133,219); }
H1.HeaderClassName
{
color: #CC85DB;
}
.AnyTagClassName
{
color: #CC85DB;
}
</style>
background-color css
<style>
a { background-color: #CC85DB; }
a { background-color: rgb(204,133,219); }
div.DivClassName
{
background-color: #CC85DB;
}
.BgClassName
{
background-color: #CC85DB;
}
</style>
border-color css
<style>
span { border-color: #CC85DB; }
span { border-color: rgb(204,133,219); }
td.TdClassName
{
border-color: #CC85DB;
}
.TagClassName
{
border-color: #CC85DB;
}
</style>