Shades of Wisteria #CB99EF
Tints of Wisteria #CB99EF
RGB
CMYK
RGB Variations
Color information
#CB99EF (or 0xCB99EF) is known color: Wisteria. HEX triplet: CB, 99 and EF. RGB value is (203,153,239). Sum of RGB (Red+Green+Blue) = 203+153+239=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99EF is #346610. Grayscale: #B1B1B1. Windows color (decimal): -3434001 or 15702475. OLE color: 15702475.
HSL color Cylindrical-coordinate representation of color #CB99EF: hue angle of 274.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB99EF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 153 | 239 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.06 |
| HSL | 274.88º | 0.73% | 0.77% | - |
| HSV(B) | 274.88º | 0.36% | 0.94% | - |
| XYZ | 51.6 | 41.71 | 86.99 | - |
| YUV | 177.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 239 | 0.15 | 0.36 | 0 | 0.06 | 274.88 | 0.73 | 0.77 |
| Hex | CB | 99 | EF | F | 24 | 0 | 6 | 113 | 49 | 4D |
| Octal | 313 | 231 | 357 | 17 | 44 | 0 | 6 | 423 | 111 | 115 |
| Binary | 11001011 | 10011001 | 11101111 | 1111 | 100100 | 0 | 110 | 100010011 | 1001001 | 1001101 |
Color Harmonies of #CB99EF
Complementary color
Monochromatic Colors of #CB99EF
Black with #CB99EF
Text Example
Text Example
White with #CB99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB99EF; }
p { color: rgb(203,153,239); }
H1.HeaderClassName
{
color: #CB99EF;
}
.AnyTagClassName
{
color: #CB99EF;
}
</style>
background-color css
<style>
a { background-color: #CB99EF; }
a { background-color: rgb(203,153,239); }
div.DivClassName
{
background-color: #CB99EF;
}
.BgClassName
{
background-color: #CB99EF;
}
</style>
border-color css
<style>
span { border-color: #CB99EF; }
span { border-color: rgb(203,153,239); }
td.TdClassName
{
border-color: #CB99EF;
}
.TagClassName
{
border-color: #CB99EF;
}
</style>