Shades of Wisteria #CC9BEF
Tints of Wisteria #CC9BEF
RGB
CMYK
RGB Variations
Color information
#CC9BEF (or 0xCC9BEF) is known color: Wisteria. HEX triplet: CC, 9B and EF. RGB value is (204,155,239). Sum of RGB (Red+Green+Blue) = 204+155+239=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEF is #336410. Grayscale: #B2B2B2. Windows color (decimal): -3367953 or 15702988. OLE color: 15702988.
HSL color Cylindrical-coordinate representation of color #CC9BEF: hue angle of 275º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9BEF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 155 | 239 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.06 |
| HSL | 275º | 0.72% | 0.77% | - |
| HSV(B) | 275º | 0.35% | 0.94% | - |
| XYZ | 52.2 | 42.51 | 87.12 | - |
| YUV | 179.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 239 | 0.15 | 0.35 | 0 | 0.06 | 275 | 0.72 | 0.77 |
| Hex | CC | 9B | EF | F | 23 | 0 | 6 | 113 | 48 | 4D |
| Octal | 314 | 233 | 357 | 17 | 43 | 0 | 6 | 423 | 110 | 115 |
| Binary | 11001100 | 10011011 | 11101111 | 1111 | 100011 | 0 | 110 | 100010011 | 1001000 | 1001101 |
Color Harmonies of #CC9BEF
Complementary color
Monochromatic Colors of #CC9BEF
Black with #CC9BEF
Text Example
Text Example
White with #CC9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BEF; }
p { color: rgb(204,155,239); }
H1.HeaderClassName
{
color: #CC9BEF;
}
.AnyTagClassName
{
color: #CC9BEF;
}
</style>
background-color css
<style>
a { background-color: #CC9BEF; }
a { background-color: rgb(204,155,239); }
div.DivClassName
{
background-color: #CC9BEF;
}
.BgClassName
{
background-color: #CC9BEF;
}
</style>
border-color css
<style>
span { border-color: #CC9BEF; }
span { border-color: rgb(204,155,239); }
td.TdClassName
{
border-color: #CC9BEF;
}
.TagClassName
{
border-color: #CC9BEF;
}
</style>