Shades of Wisteria #CC9BDA
Tints of Wisteria #CC9BDA
RGB
CMYK
RGB Variations
Color information
#CC9BDA (or 0xCC9BDA) is known color: Wisteria. HEX triplet: CC, 9B and DA. RGB value is (204,155,218). Sum of RGB (Red+Green+Blue) = 204+155+218=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BDA is #336425. Grayscale: #B0B0B0. Windows color (decimal): -3367974 or 14326732. OLE color: 14326732.
HSL color Cylindrical-coordinate representation of color #CC9BDA: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9BDA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 155 | 218 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.15 |
| HSL | 286.67º | 0.46% | 0.73% | - |
| HSV(B) | 286.67º | 0.29% | 0.85% | - |
| XYZ | 49.28 | 41.34 | 71.71 | - |
| YUV | 176.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 218 | 0.06 | 0.29 | 0 | 0.15 | 286.67 | 0.46 | 0.73 |
| Hex | CC | 9B | DA | 6 | 1D | 0 | F | 11F | 2E | 49 |
| Octal | 314 | 233 | 332 | 6 | 35 | 0 | 17 | 437 | 56 | 111 |
| Binary | 11001100 | 10011011 | 11011010 | 110 | 11101 | 0 | 1111 | 100011111 | 101110 | 1001001 |
Color Harmonies of #CC9BDA
Complementary color
Monochromatic Colors of #CC9BDA
Black with #CC9BDA
Text Example
Text Example
White with #CC9BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BDA; }
p { color: rgb(204,155,218); }
H1.HeaderClassName
{
color: #CC9BDA;
}
.AnyTagClassName
{
color: #CC9BDA;
}
</style>
background-color css
<style>
a { background-color: #CC9BDA; }
a { background-color: rgb(204,155,218); }
div.DivClassName
{
background-color: #CC9BDA;
}
.BgClassName
{
background-color: #CC9BDA;
}
</style>
border-color css
<style>
span { border-color: #CC9BDA; }
span { border-color: rgb(204,155,218); }
td.TdClassName
{
border-color: #CC9BDA;
}
.TagClassName
{
border-color: #CC9BDA;
}
</style>