Shades of Wisteria #CB99EE
Tints of Wisteria #CB99EE
RGB
CMYK
RGB Variations
Color information
#CB99EE (or 0xCB99EE) is known color: Wisteria. HEX triplet: CB, 99 and EE. RGB value is (203,153,238). Sum of RGB (Red+Green+Blue) = 203+153+238=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99EE is #346611. Grayscale: #B1B1B1. Windows color (decimal): -3434002 or 15636939. OLE color: 15636939.
HSL color Cylindrical-coordinate representation of color #CB99EE: hue angle of 275.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB99EE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 153 | 238 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.07 |
| HSL | 275.29º | 0.71% | 0.77% | - |
| HSV(B) | 275.29º | 0.36% | 0.93% | - |
| XYZ | 51.45 | 41.65 | 86.22 | - |
| YUV | 177.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 238 | 0.15 | 0.36 | 0 | 0.07 | 275.29 | 0.71 | 0.77 |
| Hex | CB | 99 | EE | F | 24 | 0 | 7 | 113 | 47 | 4D |
| Octal | 313 | 231 | 356 | 17 | 44 | 0 | 7 | 423 | 107 | 115 |
| Binary | 11001011 | 10011001 | 11101110 | 1111 | 100100 | 0 | 111 | 100010011 | 1000111 | 1001101 |
Color Harmonies of #CB99EE
Complementary color
Monochromatic Colors of #CB99EE
Black with #CB99EE
Text Example
Text Example
White with #CB99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99EE; }
p { color: rgb(203,153,238); }
H1.HeaderClassName
{
color: #CB99EE;
}
.AnyTagClassName
{
color: #CB99EE;
}
</style>
background-color css
<style>
a { background-color: #CB99EE; }
a { background-color: rgb(203,153,238); }
div.DivClassName
{
background-color: #CB99EE;
}
.BgClassName
{
background-color: #CB99EE;
}
</style>
border-color css
<style>
span { border-color: #CB99EE; }
span { border-color: rgb(203,153,238); }
td.TdClassName
{
border-color: #CB99EE;
}
.TagClassName
{
border-color: #CB99EE;
}
</style>