Shades of Wisteria #CC85DC
Tints of Wisteria #CC85DC
RGB
CMYK
RGB Variations
Color information
#CC85DC (or 0xCC85DC) is known color: Wisteria. HEX triplet: CC, 85 and DC. RGB value is (204,133,220). Sum of RGB (Red+Green+Blue) = 204+133+220=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DC is #337A23. Grayscale: #A3A3A3. Windows color (decimal): -3373604 or 14452172. OLE color: 14452172.
HSL color Cylindrical-coordinate representation of color #CC85DC: hue angle of 288.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC85DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 133 | 220 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.14 |
| HSL | 288.97º | 0.55% | 0.69% | - |
| HSV(B) | 288.97º | 0.4% | 0.86% | - |
| XYZ | 46.21 | 34.78 | 71.99 | - |
| YUV | 164.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 220 | 0.07 | 0.40 | 0 | 0.14 | 288.97 | 0.55 | 0.69 |
| Hex | CC | 85 | DC | 7 | 28 | 0 | E | 121 | 37 | 45 |
| Octal | 314 | 205 | 334 | 7 | 50 | 0 | 16 | 441 | 67 | 105 |
| Binary | 11001100 | 10000101 | 11011100 | 111 | 101000 | 0 | 1110 | 100100001 | 110111 | 1000101 |
Color Harmonies of #CC85DC
Complementary color
Monochromatic Colors of #CC85DC
Black with #CC85DC
Text Example
Text Example
White with #CC85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85DC; }
p { color: rgb(204,133,220); }
H1.HeaderClassName
{
color: #CC85DC;
}
.AnyTagClassName
{
color: #CC85DC;
}
</style>
background-color css
<style>
a { background-color: #CC85DC; }
a { background-color: rgb(204,133,220); }
div.DivClassName
{
background-color: #CC85DC;
}
.BgClassName
{
background-color: #CC85DC;
}
</style>
border-color css
<style>
span { border-color: #CC85DC; }
span { border-color: rgb(204,133,220); }
td.TdClassName
{
border-color: #CC85DC;
}
.TagClassName
{
border-color: #CC85DC;
}
</style>