Shades of Wisteria #CC85EC
Tints of Wisteria #CC85EC
RGB
CMYK
RGB Variations
Color information
#CC85EC (or 0xCC85EC) is known color: Wisteria. HEX triplet: CC, 85 and EC. RGB value is (204,133,236). Sum of RGB (Red+Green+Blue) = 204+133+236=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EC is #337A13. Grayscale: #A5A5A5. Windows color (decimal): -3373588 or 15500748. OLE color: 15500748.
HSL color Cylindrical-coordinate representation of color #CC85EC: hue angle of 281.36º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC85EC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 133 | 236 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.07 |
| HSL | 281.36º | 0.73% | 0.72% | - |
| HSV(B) | 281.36º | 0.44% | 0.93% | - |
| XYZ | 48.43 | 35.67 | 83.69 | - |
| YUV | 165.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 236 | 0.14 | 0.44 | 0 | 0.07 | 281.36 | 0.73 | 0.72 |
| Hex | CC | 85 | EC | E | 2C | 0 | 7 | 119 | 49 | 48 |
| Octal | 314 | 205 | 354 | 16 | 54 | 0 | 7 | 431 | 111 | 110 |
| Binary | 11001100 | 10000101 | 11101100 | 1110 | 101100 | 0 | 111 | 100011001 | 1001001 | 1001000 |
Color Harmonies of #CC85EC
Complementary color
Monochromatic Colors of #CC85EC
Black with #CC85EC
Text Example
Text Example
White with #CC85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85EC; }
p { color: rgb(204,133,236); }
H1.HeaderClassName
{
color: #CC85EC;
}
.AnyTagClassName
{
color: #CC85EC;
}
</style>
background-color css
<style>
a { background-color: #CC85EC; }
a { background-color: rgb(204,133,236); }
div.DivClassName
{
background-color: #CC85EC;
}
.BgClassName
{
background-color: #CC85EC;
}
</style>
border-color css
<style>
span { border-color: #CC85EC; }
span { border-color: rgb(204,133,236); }
td.TdClassName
{
border-color: #CC85EC;
}
.TagClassName
{
border-color: #CC85EC;
}
</style>