Shades of Wisteria #CC88D8
Tints of Wisteria #CC88D8
RGB
CMYK
RGB Variations
Color information
#CC88D8 (or 0xCC88D8) is known color: Wisteria. HEX triplet: CC, 88 and D8. RGB value is (204,136,216). Sum of RGB (Red+Green+Blue) = 204+136+216=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC88D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88D8 is #337727. Grayscale: #A5A5A5. Windows color (decimal): -3372840 or 14190796. OLE color: 14190796.
HSL color Cylindrical-coordinate representation of color #CC88D8: hue angle of 291º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC88D8 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 136 | 216 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.15 |
| HSL | 291º | 0.51% | 0.69% | - |
| HSV(B) | 291º | 0.37% | 0.85% | - |
| XYZ | 46.1 | 35.4 | 69.37 | - |
| YUV | 165.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 216 | 0.06 | 0.37 | 0 | 0.15 | 291 | 0.51 | 0.69 |
| Hex | CC | 88 | D8 | 6 | 25 | 0 | F | 123 | 33 | 45 |
| Octal | 314 | 210 | 330 | 6 | 45 | 0 | 17 | 443 | 63 | 105 |
| Binary | 11001100 | 10001000 | 11011000 | 110 | 100101 | 0 | 1111 | 100100011 | 110011 | 1000101 |
Color Harmonies of #CC88D8
Complementary color
Monochromatic Colors of #CC88D8
Black with #CC88D8
Text Example
Text Example
White with #CC88D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88D8; }
p { color: rgb(204,136,216); }
H1.HeaderClassName
{
color: #CC88D8;
}
.AnyTagClassName
{
color: #CC88D8;
}
</style>
background-color css
<style>
a { background-color: #CC88D8; }
a { background-color: rgb(204,136,216); }
div.DivClassName
{
background-color: #CC88D8;
}
.BgClassName
{
background-color: #CC88D8;
}
</style>
border-color css
<style>
span { border-color: #CC88D8; }
span { border-color: rgb(204,136,216); }
td.TdClassName
{
border-color: #CC88D8;
}
.TagClassName
{
border-color: #CC88D8;
}
</style>