Shades of Wisteria #CC9BD5
Tints of Wisteria #CC9BD5
RGB
CMYK
RGB Variations
Color information
#CC9BD5 (or 0xCC9BD5) is known color: Wisteria. HEX triplet: CC, 9B and D5. RGB value is (204,155,213). Sum of RGB (Red+Green+Blue) = 204+155+213=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BD5 is #33642A. Grayscale: #B0B0B0. Windows color (decimal): -3367979 or 13999052. OLE color: 13999052.
HSL color Cylindrical-coordinate representation of color #CC9BD5: hue angle of 290.69º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9BD5 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 155 | 213 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.16 |
| HSL | 290.69º | 0.41% | 0.72% | - |
| HSV(B) | 290.69º | 0.27% | 0.84% | - |
| XYZ | 48.63 | 41.08 | 68.32 | - |
| YUV | 176.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 213 | 0.04 | 0.27 | 0 | 0.16 | 290.69 | 0.41 | 0.72 |
| Hex | CC | 9B | D5 | 4 | 1B | 0 | 10 | 123 | 29 | 48 |
| Octal | 314 | 233 | 325 | 4 | 33 | 0 | 20 | 443 | 51 | 110 |
| Binary | 11001100 | 10011011 | 11010101 | 100 | 11011 | 0 | 10000 | 100100011 | 101001 | 1001000 |
Color Harmonies of #CC9BD5
Complementary color
Monochromatic Colors of #CC9BD5
Black with #CC9BD5
Text Example
Text Example
White with #CC9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BD5; }
p { color: rgb(204,155,213); }
H1.HeaderClassName
{
color: #CC9BD5;
}
.AnyTagClassName
{
color: #CC9BD5;
}
</style>
background-color css
<style>
a { background-color: #CC9BD5; }
a { background-color: rgb(204,155,213); }
div.DivClassName
{
background-color: #CC9BD5;
}
.BgClassName
{
background-color: #CC9BD5;
}
</style>
border-color css
<style>
span { border-color: #CC9BD5; }
span { border-color: rgb(204,155,213); }
td.TdClassName
{
border-color: #CC9BD5;
}
.TagClassName
{
border-color: #CC9BD5;
}
</style>