Shades of Wisteria #CB8CDE
Tints of Wisteria #CB8CDE
RGB
CMYK
RGB Variations
Color information
#CB8CDE (or 0xCB8CDE) is known color: Wisteria. HEX triplet: CB, 8C and DE. RGB value is (203,140,222). Sum of RGB (Red+Green+Blue) = 203+140+222=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CDE is #347321. Grayscale: #A7A7A7. Windows color (decimal): -3437346 or 14585035. OLE color: 14585035.
HSL color Cylindrical-coordinate representation of color #CB8CDE: hue angle of 286.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8CDE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 140 | 222 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.13 |
| HSL | 286.1º | 0.55% | 0.71% | - |
| HSV(B) | 286.1º | 0.37% | 0.87% | - |
| XYZ | 47.19 | 36.73 | 73.71 | - |
| YUV | 168.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 222 | 0.09 | 0.37 | 0 | 0.13 | 286.1 | 0.55 | 0.71 |
| Hex | CB | 8C | DE | 9 | 25 | 0 | D | 11E | 37 | 47 |
| Octal | 313 | 214 | 336 | 11 | 45 | 0 | 15 | 436 | 67 | 107 |
| Binary | 11001011 | 10001100 | 11011110 | 1001 | 100101 | 0 | 1101 | 100011110 | 110111 | 1000111 |
Color Harmonies of #CB8CDE
Complementary color
Monochromatic Colors of #CB8CDE
Black with #CB8CDE
Text Example
Text Example
White with #CB8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CDE; }
p { color: rgb(203,140,222); }
H1.HeaderClassName
{
color: #CB8CDE;
}
.AnyTagClassName
{
color: #CB8CDE;
}
</style>
background-color css
<style>
a { background-color: #CB8CDE; }
a { background-color: rgb(203,140,222); }
div.DivClassName
{
background-color: #CB8CDE;
}
.BgClassName
{
background-color: #CB8CDE;
}
</style>
border-color css
<style>
span { border-color: #CB8CDE; }
span { border-color: rgb(203,140,222); }
td.TdClassName
{
border-color: #CB8CDE;
}
.TagClassName
{
border-color: #CB8CDE;
}
</style>