Shades of Wisteria #CC8CE5
Tints of Wisteria #CC8CE5
RGB
CMYK
RGB Variations
Color information
#CC8CE5 (or 0xCC8CE5) is known color: Wisteria. HEX triplet: CC, 8C and E5. RGB value is (204,140,229). Sum of RGB (Red+Green+Blue) = 204+140+229=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CE5 is #33731A. Grayscale: #A8A8A8. Windows color (decimal): -3371803 or 15043788. OLE color: 15043788.
HSL color Cylindrical-coordinate representation of color #CC8CE5: hue angle of 283.15º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC8CE5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 140 | 229 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.10 |
| HSL | 283.15º | 0.63% | 0.72% | - |
| HSV(B) | 283.15º | 0.39% | 0.9% | - |
| XYZ | 48.42 | 37.25 | 78.77 | - |
| YUV | 169.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 229 | 0.11 | 0.39 | 0 | 0.10 | 283.15 | 0.63 | 0.72 |
| Hex | CC | 8C | E5 | B | 27 | 0 | A | 11B | 3F | 48 |
| Octal | 314 | 214 | 345 | 13 | 47 | 0 | 12 | 433 | 77 | 110 |
| Binary | 11001100 | 10001100 | 11100101 | 1011 | 100111 | 0 | 1010 | 100011011 | 111111 | 1001000 |
Color Harmonies of #CC8CE5
Complementary color
Monochromatic Colors of #CC8CE5
Black with #CC8CE5
Text Example
Text Example
White with #CC8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CE5; }
p { color: rgb(204,140,229); }
H1.HeaderClassName
{
color: #CC8CE5;
}
.AnyTagClassName
{
color: #CC8CE5;
}
</style>
background-color css
<style>
a { background-color: #CC8CE5; }
a { background-color: rgb(204,140,229); }
div.DivClassName
{
background-color: #CC8CE5;
}
.BgClassName
{
background-color: #CC8CE5;
}
</style>
border-color css
<style>
span { border-color: #CC8CE5; }
span { border-color: rgb(204,140,229); }
td.TdClassName
{
border-color: #CC8CE5;
}
.TagClassName
{
border-color: #CC8CE5;
}
</style>