Shades of Wisteria #CC85DD
Tints of Wisteria #CC85DD
RGB
CMYK
RGB Variations
Color information
#CC85DD (or 0xCC85DD) is known color: Wisteria. HEX triplet: CC, 85 and DD. RGB value is (204,133,221). Sum of RGB (Red+Green+Blue) = 204+133+221=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DD is #337A22. Grayscale: #A3A3A3. Windows color (decimal): -3373603 or 14517708. OLE color: 14517708.
HSL color Cylindrical-coordinate representation of color #CC85DD: hue angle of 288.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC85DD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 133 | 221 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.13 |
| HSL | 288.41º | 0.56% | 0.69% | - |
| HSV(B) | 288.41º | 0.4% | 0.87% | - |
| XYZ | 46.34 | 34.83 | 72.69 | - |
| YUV | 164.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 221 | 0.08 | 0.40 | 0 | 0.13 | 288.41 | 0.56 | 0.69 |
| Hex | CC | 85 | DD | 8 | 28 | 0 | D | 120 | 38 | 45 |
| Octal | 314 | 205 | 335 | 10 | 50 | 0 | 15 | 440 | 70 | 105 |
| Binary | 11001100 | 10000101 | 11011101 | 1000 | 101000 | 0 | 1101 | 100100000 | 111000 | 1000101 |
Color Harmonies of #CC85DD
Complementary color
Monochromatic Colors of #CC85DD
Black with #CC85DD
Text Example
Text Example
White with #CC85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85DD; }
p { color: rgb(204,133,221); }
H1.HeaderClassName
{
color: #CC85DD;
}
.AnyTagClassName
{
color: #CC85DD;
}
</style>
background-color css
<style>
a { background-color: #CC85DD; }
a { background-color: rgb(204,133,221); }
div.DivClassName
{
background-color: #CC85DD;
}
.BgClassName
{
background-color: #CC85DD;
}
</style>
border-color css
<style>
span { border-color: #CC85DD; }
span { border-color: rgb(204,133,221); }
td.TdClassName
{
border-color: #CC85DD;
}
.TagClassName
{
border-color: #CC85DD;
}
</style>