Shades of Wisteria #CB8DEE
Tints of Wisteria #CB8DEE
RGB
CMYK
RGB Variations
Color information
#CB8DEE (or 0xCB8DEE) is known color: Wisteria. HEX triplet: CB, 8D and EE. RGB value is (203,141,238). Sum of RGB (Red+Green+Blue) = 203+141+238=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DEE is #347211. Grayscale: #AAAAAA. Windows color (decimal): -3437074 or 15633867. OLE color: 15633867.
HSL color Cylindrical-coordinate representation of color #CB8DEE: hue angle of 278.35º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB8DEE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 141 | 238 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.07 |
| HSL | 278.35º | 0.74% | 0.74% | - |
| HSV(B) | 278.35º | 0.41% | 0.93% | - |
| XYZ | 49.59 | 37.92 | 85.59 | - |
| YUV | 170.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 238 | 0.15 | 0.41 | 0 | 0.07 | 278.35 | 0.74 | 0.74 |
| Hex | CB | 8D | EE | F | 29 | 0 | 7 | 116 | 4A | 4A |
| Octal | 313 | 215 | 356 | 17 | 51 | 0 | 7 | 426 | 112 | 112 |
| Binary | 11001011 | 10001101 | 11101110 | 1111 | 101001 | 0 | 111 | 100010110 | 1001010 | 1001010 |
Color Harmonies of #CB8DEE
Complementary color
Monochromatic Colors of #CB8DEE
Black with #CB8DEE
Text Example
Text Example
White with #CB8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DEE; }
p { color: rgb(203,141,238); }
H1.HeaderClassName
{
color: #CB8DEE;
}
.AnyTagClassName
{
color: #CB8DEE;
}
</style>
background-color css
<style>
a { background-color: #CB8DEE; }
a { background-color: rgb(203,141,238); }
div.DivClassName
{
background-color: #CB8DEE;
}
.BgClassName
{
background-color: #CB8DEE;
}
</style>
border-color css
<style>
span { border-color: #CB8DEE; }
span { border-color: rgb(203,141,238); }
td.TdClassName
{
border-color: #CB8DEE;
}
.TagClassName
{
border-color: #CB8DEE;
}
</style>