Shades of Wisteria #CC8CDC
Tints of Wisteria #CC8CDC
RGB
CMYK
RGB Variations
Color information
#CC8CDC (or 0xCC8CDC) is known color: Wisteria. HEX triplet: CC, 8C and DC. RGB value is (204,140,220). Sum of RGB (Red+Green+Blue) = 204+140+220=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDC is #337323. Grayscale: #A7A7A7. Windows color (decimal): -3371812 or 14453964. OLE color: 14453964.
HSL color Cylindrical-coordinate representation of color #CC8CDC: hue angle of 288º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8CDC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 140 | 220 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.14 |
| HSL | 288º | 0.53% | 0.71% | - |
| HSV(B) | 288º | 0.36% | 0.86% | - |
| XYZ | 47.2 | 36.76 | 72.32 | - |
| YUV | 168.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 220 | 0.07 | 0.36 | 0 | 0.14 | 288 | 0.53 | 0.71 |
| Hex | CC | 8C | DC | 7 | 24 | 0 | E | 120 | 35 | 47 |
| Octal | 314 | 214 | 334 | 7 | 44 | 0 | 16 | 440 | 65 | 107 |
| Binary | 11001100 | 10001100 | 11011100 | 111 | 100100 | 0 | 1110 | 100100000 | 110101 | 1000111 |
Color Harmonies of #CC8CDC
Complementary color
Monochromatic Colors of #CC8CDC
Black with #CC8CDC
Text Example
Text Example
White with #CC8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CDC; }
p { color: rgb(204,140,220); }
H1.HeaderClassName
{
color: #CC8CDC;
}
.AnyTagClassName
{
color: #CC8CDC;
}
</style>
background-color css
<style>
a { background-color: #CC8CDC; }
a { background-color: rgb(204,140,220); }
div.DivClassName
{
background-color: #CC8CDC;
}
.BgClassName
{
background-color: #CC8CDC;
}
</style>
border-color css
<style>
span { border-color: #CC8CDC; }
span { border-color: rgb(204,140,220); }
td.TdClassName
{
border-color: #CC8CDC;
}
.TagClassName
{
border-color: #CC8CDC;
}
</style>