Shades of Wisteria #CC96EC
Tints of Wisteria #CC96EC
RGB
CMYK
RGB Variations
Color information
#CC96EC (or 0xCC96EC) is known color: Wisteria. HEX triplet: CC, 96 and EC. RGB value is (204,150,236). Sum of RGB (Red+Green+Blue) = 204+150+236=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC96EC is #336913. Grayscale: #AFAFAF. Windows color (decimal): -3369236 or 15505100. OLE color: 15505100.
HSL color Cylindrical-coordinate representation of color #CC96EC: hue angle of 277.67º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC96EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 150 | 236 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.07 |
| HSL | 277.67º | 0.69% | 0.76% | - |
| HSV(B) | 277.67º | 0.36% | 0.93% | - |
| XYZ | 50.95 | 40.71 | 84.53 | - |
| YUV | 175.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 236 | 0.14 | 0.36 | 0 | 0.07 | 277.67 | 0.69 | 0.76 |
| Hex | CC | 96 | EC | E | 24 | 0 | 7 | 116 | 45 | 4C |
| Octal | 314 | 226 | 354 | 16 | 44 | 0 | 7 | 426 | 105 | 114 |
| Binary | 11001100 | 10010110 | 11101100 | 1110 | 100100 | 0 | 111 | 100010110 | 1000101 | 1001100 |
Color Harmonies of #CC96EC
Complementary color
Monochromatic Colors of #CC96EC
Black with #CC96EC
Text Example
Text Example
White with #CC96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96EC; }
p { color: rgb(204,150,236); }
H1.HeaderClassName
{
color: #CC96EC;
}
.AnyTagClassName
{
color: #CC96EC;
}
</style>
background-color css
<style>
a { background-color: #CC96EC; }
a { background-color: rgb(204,150,236); }
div.DivClassName
{
background-color: #CC96EC;
}
.BgClassName
{
background-color: #CC96EC;
}
</style>
border-color css
<style>
span { border-color: #CC96EC; }
span { border-color: rgb(204,150,236); }
td.TdClassName
{
border-color: #CC96EC;
}
.TagClassName
{
border-color: #CC96EC;
}
</style>