Shades of Wisteria #CC8FDC
Tints of Wisteria #CC8FDC
RGB
CMYK
RGB Variations
Color information
#CC8FDC (or 0xCC8FDC) is known color: Wisteria. HEX triplet: CC, 8F and DC. RGB value is (204,143,220). Sum of RGB (Red+Green+Blue) = 204+143+220=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FDC is #337023. Grayscale: #A9A9A9. Windows color (decimal): -3371044 or 14454732. OLE color: 14454732.
HSL color Cylindrical-coordinate representation of color #CC8FDC: hue angle of 287.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8FDC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 143 | 220 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 287.53º | 0.52% | 0.71% | - |
| HSV(B) | 287.53º | 0.35% | 0.86% | - |
| XYZ | 47.64 | 37.65 | 72.47 | - |
| YUV | 170.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 220 | 0.07 | 0.35 | 0 | 0.14 | 287.53 | 0.52 | 0.71 |
| Hex | CC | 8F | DC | 7 | 23 | 0 | E | 120 | 34 | 47 |
| Octal | 314 | 217 | 334 | 7 | 43 | 0 | 16 | 440 | 64 | 107 |
| Binary | 11001100 | 10001111 | 11011100 | 111 | 100011 | 0 | 1110 | 100100000 | 110100 | 1000111 |
Color Harmonies of #CC8FDC
Complementary color
Monochromatic Colors of #CC8FDC
Black with #CC8FDC
Text Example
Text Example
White with #CC8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FDC; }
p { color: rgb(204,143,220); }
H1.HeaderClassName
{
color: #CC8FDC;
}
.AnyTagClassName
{
color: #CC8FDC;
}
</style>
background-color css
<style>
a { background-color: #CC8FDC; }
a { background-color: rgb(204,143,220); }
div.DivClassName
{
background-color: #CC8FDC;
}
.BgClassName
{
background-color: #CC8FDC;
}
</style>
border-color css
<style>
span { border-color: #CC8FDC; }
span { border-color: rgb(204,143,220); }
td.TdClassName
{
border-color: #CC8FDC;
}
.TagClassName
{
border-color: #CC8FDC;
}
</style>