Shades of Wisteria #CB99E6
Tints of Wisteria #CB99E6
RGB
CMYK
RGB Variations
Color information
#CB99E6 (or 0xCB99E6) is known color: Wisteria. HEX triplet: CB, 99 and E6. RGB value is (203,153,230). Sum of RGB (Red+Green+Blue) = 203+153+230=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99E6 is #346619. Grayscale: #B0B0B0. Windows color (decimal): -3434010 or 15112651. OLE color: 15112651.
HSL color Cylindrical-coordinate representation of color #CB99E6: hue angle of 278.96º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB99E6 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 153 | 230 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.10 |
| HSL | 278.96º | 0.61% | 0.75% | - |
| HSV(B) | 278.96º | 0.33% | 0.9% | - |
| XYZ | 50.3 | 41.19 | 80.16 | - |
| YUV | 176.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 230 | 0.12 | 0.33 | 0 | 0.10 | 278.96 | 0.61 | 0.75 |
| Hex | CB | 99 | E6 | C | 21 | 0 | A | 117 | 3D | 4B |
| Octal | 313 | 231 | 346 | 14 | 41 | 0 | 12 | 427 | 75 | 113 |
| Binary | 11001011 | 10011001 | 11100110 | 1100 | 100001 | 0 | 1010 | 100010111 | 111101 | 1001011 |
Color Harmonies of #CB99E6
Complementary color
Monochromatic Colors of #CB99E6
Black with #CB99E6
Text Example
Text Example
White with #CB99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99E6; }
p { color: rgb(203,153,230); }
H1.HeaderClassName
{
color: #CB99E6;
}
.AnyTagClassName
{
color: #CB99E6;
}
</style>
background-color css
<style>
a { background-color: #CB99E6; }
a { background-color: rgb(203,153,230); }
div.DivClassName
{
background-color: #CB99E6;
}
.BgClassName
{
background-color: #CB99E6;
}
</style>
border-color css
<style>
span { border-color: #CB99E6; }
span { border-color: rgb(203,153,230); }
td.TdClassName
{
border-color: #CB99E6;
}
.TagClassName
{
border-color: #CB99E6;
}
</style>