Shades of Wisteria #CC8FDA
Tints of Wisteria #CC8FDA
RGB
CMYK
RGB Variations
Color information
#CC8FDA (or 0xCC8FDA) is known color: Wisteria. HEX triplet: CC, 8F and DA. RGB value is (204,143,218). Sum of RGB (Red+Green+Blue) = 204+143+218=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FDA is #337025. Grayscale: #A9A9A9. Windows color (decimal): -3371046 or 14323660. OLE color: 14323660.
HSL color Cylindrical-coordinate representation of color #CC8FDA: hue angle of 288.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8FDA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 143 | 218 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.15 |
| HSL | 288.8º | 0.5% | 0.71% | - |
| HSV(B) | 288.8º | 0.34% | 0.85% | - |
| XYZ | 47.38 | 37.54 | 71.08 | - |
| YUV | 169.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 218 | 0.06 | 0.34 | 0 | 0.15 | 288.8 | 0.5 | 0.71 |
| Hex | CC | 8F | DA | 6 | 22 | 0 | F | 121 | 32 | 47 |
| Octal | 314 | 217 | 332 | 6 | 42 | 0 | 17 | 441 | 62 | 107 |
| Binary | 11001100 | 10001111 | 11011010 | 110 | 100010 | 0 | 1111 | 100100001 | 110010 | 1000111 |
Color Harmonies of #CC8FDA
Complementary color
Monochromatic Colors of #CC8FDA
Black with #CC8FDA
Text Example
Text Example
White with #CC8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FDA; }
p { color: rgb(204,143,218); }
H1.HeaderClassName
{
color: #CC8FDA;
}
.AnyTagClassName
{
color: #CC8FDA;
}
</style>
background-color css
<style>
a { background-color: #CC8FDA; }
a { background-color: rgb(204,143,218); }
div.DivClassName
{
background-color: #CC8FDA;
}
.BgClassName
{
background-color: #CC8FDA;
}
</style>
border-color css
<style>
span { border-color: #CC8FDA; }
span { border-color: rgb(204,143,218); }
td.TdClassName
{
border-color: #CC8FDA;
}
.TagClassName
{
border-color: #CC8FDA;
}
</style>