Shades of Wisteria #CC9BEE
Tints of Wisteria #CC9BEE
RGB
CMYK
RGB Variations
Color information
#CC9BEE (or 0xCC9BEE) is known color: Wisteria. HEX triplet: CC, 9B and EE. RGB value is (204,155,238). Sum of RGB (Red+Green+Blue) = 204+155+238=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEE is #336411. Grayscale: #B2B2B2. Windows color (decimal): -3367954 or 15637452. OLE color: 15637452.
HSL color Cylindrical-coordinate representation of color #CC9BEE: hue angle of 275.42º degrees, saturation: 0.71, 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 #CC9BEE is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 155 | 238 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.07 |
| HSL | 275.42º | 0.71% | 0.77% | - |
| HSV(B) | 275.42º | 0.35% | 0.93% | - |
| XYZ | 52.06 | 42.45 | 86.34 | - |
| YUV | 179.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 238 | 0.14 | 0.35 | 0 | 0.07 | 275.42 | 0.71 | 0.77 |
| Hex | CC | 9B | EE | E | 23 | 0 | 7 | 113 | 47 | 4D |
| Octal | 314 | 233 | 356 | 16 | 43 | 0 | 7 | 423 | 107 | 115 |
| Binary | 11001100 | 10011011 | 11101110 | 1110 | 100011 | 0 | 111 | 100010011 | 1000111 | 1001101 |
Color Harmonies of #CC9BEE
Complementary color
Monochromatic Colors of #CC9BEE
Black with #CC9BEE
Text Example
Text Example
White with #CC9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BEE; }
p { color: rgb(204,155,238); }
H1.HeaderClassName
{
color: #CC9BEE;
}
.AnyTagClassName
{
color: #CC9BEE;
}
</style>
background-color css
<style>
a { background-color: #CC9BEE; }
a { background-color: rgb(204,155,238); }
div.DivClassName
{
background-color: #CC9BEE;
}
.BgClassName
{
background-color: #CC9BEE;
}
</style>
border-color css
<style>
span { border-color: #CC9BEE; }
span { border-color: rgb(204,155,238); }
td.TdClassName
{
border-color: #CC9BEE;
}
.TagClassName
{
border-color: #CC9BEE;
}
</style>