Shades of Wisteria #CC9BEC
Tints of Wisteria #CC9BEC
RGB
CMYK
RGB Variations
Color information
#CC9BEC (or 0xCC9BEC) is known color: Wisteria. HEX triplet: CC, 9B and EC. RGB value is (204,155,236). Sum of RGB (Red+Green+Blue) = 204+155+236=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEC is #336413. Grayscale: #B2B2B2. Windows color (decimal): -3367956 or 15506380. OLE color: 15506380.
HSL color Cylindrical-coordinate representation of color #CC9BEC: hue angle of 276.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9BEC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 155 | 236 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.07 |
| HSL | 276.3º | 0.68% | 0.77% | - |
| HSV(B) | 276.3º | 0.34% | 0.93% | - |
| XYZ | 51.76 | 42.34 | 84.8 | - |
| YUV | 178.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 236 | 0.14 | 0.34 | 0 | 0.07 | 276.3 | 0.68 | 0.77 |
| Hex | CC | 9B | EC | E | 22 | 0 | 7 | 114 | 44 | 4D |
| Octal | 314 | 233 | 354 | 16 | 42 | 0 | 7 | 424 | 104 | 115 |
| Binary | 11001100 | 10011011 | 11101100 | 1110 | 100010 | 0 | 111 | 100010100 | 1000100 | 1001101 |
Color Harmonies of #CC9BEC
Complementary color
Monochromatic Colors of #CC9BEC
Black with #CC9BEC
Text Example
Text Example
White with #CC9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BEC; }
p { color: rgb(204,155,236); }
H1.HeaderClassName
{
color: #CC9BEC;
}
.AnyTagClassName
{
color: #CC9BEC;
}
</style>
background-color css
<style>
a { background-color: #CC9BEC; }
a { background-color: rgb(204,155,236); }
div.DivClassName
{
background-color: #CC9BEC;
}
.BgClassName
{
background-color: #CC9BEC;
}
</style>
border-color css
<style>
span { border-color: #CC9BEC; }
span { border-color: rgb(204,155,236); }
td.TdClassName
{
border-color: #CC9BEC;
}
.TagClassName
{
border-color: #CC9BEC;
}
</style>