Shades of Wisteria #CC8BD7
Tints of Wisteria #CC8BD7
RGB
CMYK
RGB Variations
Color information
#CC8BD7 (or 0xCC8BD7) is known color: Wisteria. HEX triplet: CC, 8B and D7. RGB value is (204,139,215). Sum of RGB (Red+Green+Blue) = 204+139+215=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC8BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BD7 is #337428. Grayscale: #A6A6A6. Windows color (decimal): -3372073 or 14126028. OLE color: 14126028.
HSL color Cylindrical-coordinate representation of color #CC8BD7: hue angle of 291.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8BD7 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 139 | 215 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.16 |
| HSL | 291.32º | 0.49% | 0.69% | - |
| HSV(B) | 291.32º | 0.35% | 0.84% | - |
| XYZ | 46.4 | 36.21 | 68.83 | - |
| YUV | 167.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 215 | 0.05 | 0.35 | 0 | 0.16 | 291.32 | 0.49 | 0.69 |
| Hex | CC | 8B | D7 | 5 | 23 | 0 | 10 | 123 | 31 | 45 |
| Octal | 314 | 213 | 327 | 5 | 43 | 0 | 20 | 443 | 61 | 105 |
| Binary | 11001100 | 10001011 | 11010111 | 101 | 100011 | 0 | 10000 | 100100011 | 110001 | 1000101 |
Color Harmonies of #CC8BD7
Complementary color
Monochromatic Colors of #CC8BD7
Black with #CC8BD7
Text Example
Text Example
White with #CC8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BD7; }
p { color: rgb(204,139,215); }
H1.HeaderClassName
{
color: #CC8BD7;
}
.AnyTagClassName
{
color: #CC8BD7;
}
</style>
background-color css
<style>
a { background-color: #CC8BD7; }
a { background-color: rgb(204,139,215); }
div.DivClassName
{
background-color: #CC8BD7;
}
.BgClassName
{
background-color: #CC8BD7;
}
</style>
border-color css
<style>
span { border-color: #CC8BD7; }
span { border-color: rgb(204,139,215); }
td.TdClassName
{
border-color: #CC8BD7;
}
.TagClassName
{
border-color: #CC8BD7;
}
</style>