Shades of Wisteria #CC9BED
Tints of Wisteria #CC9BED
RGB
CMYK
RGB Variations
Color information
#CC9BED (or 0xCC9BED) is known color: Wisteria. HEX triplet: CC, 9B and ED. RGB value is (204,155,237). Sum of RGB (Red+Green+Blue) = 204+155+237=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BED is #336412. Grayscale: #B2B2B2. Windows color (decimal): -3367955 or 15571916. OLE color: 15571916.
HSL color Cylindrical-coordinate representation of color #CC9BED: hue angle of 275.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9BED is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 155 | 237 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.07 |
| HSL | 275.85º | 0.69% | 0.77% | - |
| HSV(B) | 275.85º | 0.35% | 0.93% | - |
| XYZ | 51.91 | 42.39 | 85.57 | - |
| YUV | 179 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 237 | 0.14 | 0.35 | 0 | 0.07 | 275.85 | 0.69 | 0.77 |
| Hex | CC | 9B | ED | E | 23 | 0 | 7 | 114 | 45 | 4D |
| Octal | 314 | 233 | 355 | 16 | 43 | 0 | 7 | 424 | 105 | 115 |
| Binary | 11001100 | 10011011 | 11101101 | 1110 | 100011 | 0 | 111 | 100010100 | 1000101 | 1001101 |
Color Harmonies of #CC9BED
Complementary color
Monochromatic Colors of #CC9BED
Black with #CC9BED
Text Example
Text Example
White with #CC9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BED; }
p { color: rgb(204,155,237); }
H1.HeaderClassName
{
color: #CC9BED;
}
.AnyTagClassName
{
color: #CC9BED;
}
</style>
background-color css
<style>
a { background-color: #CC9BED; }
a { background-color: rgb(204,155,237); }
div.DivClassName
{
background-color: #CC9BED;
}
.BgClassName
{
background-color: #CC9BED;
}
</style>
border-color css
<style>
span { border-color: #CC9BED; }
span { border-color: rgb(204,155,237); }
td.TdClassName
{
border-color: #CC9BED;
}
.TagClassName
{
border-color: #CC9BED;
}
</style>