Shades of Wisteria #CC8FDF
Tints of Wisteria #CC8FDF
RGB
CMYK
RGB Variations
Color information
#CC8FDF (or 0xCC8FDF) is known color: Wisteria. HEX triplet: CC, 8F and DF. RGB value is (204,143,223). Sum of RGB (Red+Green+Blue) = 204+143+223=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FDF is #337020. Grayscale: #AAAAAA. Windows color (decimal): -3371041 or 14651340. OLE color: 14651340.
HSL color Cylindrical-coordinate representation of color #CC8FDF: hue angle of 285.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8FDF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 143 | 223 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.13 |
| HSL | 285.75º | 0.56% | 0.72% | - |
| HSV(B) | 285.75º | 0.36% | 0.87% | - |
| XYZ | 48.04 | 37.81 | 74.58 | - |
| YUV | 170.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 223 | 0.09 | 0.36 | 0 | 0.13 | 285.75 | 0.56 | 0.72 |
| Hex | CC | 8F | DF | 9 | 24 | 0 | D | 11E | 38 | 48 |
| Octal | 314 | 217 | 337 | 11 | 44 | 0 | 15 | 436 | 70 | 110 |
| Binary | 11001100 | 10001111 | 11011111 | 1001 | 100100 | 0 | 1101 | 100011110 | 111000 | 1001000 |
Color Harmonies of #CC8FDF
Complementary color
Monochromatic Colors of #CC8FDF
Black with #CC8FDF
Text Example
Text Example
White with #CC8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FDF; }
p { color: rgb(204,143,223); }
H1.HeaderClassName
{
color: #CC8FDF;
}
.AnyTagClassName
{
color: #CC8FDF;
}
</style>
background-color css
<style>
a { background-color: #CC8FDF; }
a { background-color: rgb(204,143,223); }
div.DivClassName
{
background-color: #CC8FDF;
}
.BgClassName
{
background-color: #CC8FDF;
}
</style>
border-color css
<style>
span { border-color: #CC8FDF; }
span { border-color: rgb(204,143,223); }
td.TdClassName
{
border-color: #CC8FDF;
}
.TagClassName
{
border-color: #CC8FDF;
}
</style>