Shades of Wisteria #CC8CDF
Tints of Wisteria #CC8CDF
RGB
CMYK
RGB Variations
Color information
#CC8CDF (or 0xCC8CDF) is known color: Wisteria. HEX triplet: CC, 8C and DF. RGB value is (204,140,223). Sum of RGB (Red+Green+Blue) = 204+140+223=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDF is #337320. Grayscale: #A8A8A8. Windows color (decimal): -3371809 or 14650572. OLE color: 14650572.
HSL color Cylindrical-coordinate representation of color #CC8CDF: hue angle of 286.27º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8CDF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 140 | 223 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.13 |
| HSL | 286.27º | 0.56% | 0.71% | - |
| HSV(B) | 286.27º | 0.37% | 0.87% | - |
| XYZ | 47.6 | 36.92 | 74.43 | - |
| YUV | 168.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 223 | 0.09 | 0.37 | 0 | 0.13 | 286.27 | 0.56 | 0.71 |
| Hex | CC | 8C | DF | 9 | 25 | 0 | D | 11E | 38 | 47 |
| Octal | 314 | 214 | 337 | 11 | 45 | 0 | 15 | 436 | 70 | 107 |
| Binary | 11001100 | 10001100 | 11011111 | 1001 | 100101 | 0 | 1101 | 100011110 | 111000 | 1000111 |
Color Harmonies of #CC8CDF
Complementary color
Monochromatic Colors of #CC8CDF
Black with #CC8CDF
Text Example
Text Example
White with #CC8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CDF; }
p { color: rgb(204,140,223); }
H1.HeaderClassName
{
color: #CC8CDF;
}
.AnyTagClassName
{
color: #CC8CDF;
}
</style>
background-color css
<style>
a { background-color: #CC8CDF; }
a { background-color: rgb(204,140,223); }
div.DivClassName
{
background-color: #CC8CDF;
}
.BgClassName
{
background-color: #CC8CDF;
}
</style>
border-color css
<style>
span { border-color: #CC8CDF; }
span { border-color: rgb(204,140,223); }
td.TdClassName
{
border-color: #CC8CDF;
}
.TagClassName
{
border-color: #CC8CDF;
}
</style>