Shades of Wisteria #CB8CDF
Tints of Wisteria #CB8CDF
RGB
CMYK
RGB Variations
Color information
#CB8CDF (or 0xCB8CDF) is known color: Wisteria. HEX triplet: CB, 8C and DF. RGB value is (203,140,223). Sum of RGB (Red+Green+Blue) = 203+140+223=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CDF is #347320. Grayscale: #A8A8A8. Windows color (decimal): -3437345 or 14650571. OLE color: 14650571.
HSL color Cylindrical-coordinate representation of color #CB8CDF: hue angle of 285.54º degrees, saturation: 0.56, 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 #CB8CDF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 140 | 223 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.13 |
| HSL | 285.54º | 0.56% | 0.71% | - |
| HSV(B) | 285.54º | 0.37% | 0.87% | - |
| XYZ | 47.33 | 36.78 | 74.42 | - |
| YUV | 168.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 223 | 0.09 | 0.37 | 0 | 0.13 | 285.54 | 0.56 | 0.71 |
| Hex | CB | 8C | DF | 9 | 25 | 0 | D | 11E | 38 | 47 |
| Octal | 313 | 214 | 337 | 11 | 45 | 0 | 15 | 436 | 70 | 107 |
| Binary | 11001011 | 10001100 | 11011111 | 1001 | 100101 | 0 | 1101 | 100011110 | 111000 | 1000111 |
Color Harmonies of #CB8CDF
Complementary color
Monochromatic Colors of #CB8CDF
Black with #CB8CDF
Text Example
Text Example
White with #CB8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CDF; }
p { color: rgb(203,140,223); }
H1.HeaderClassName
{
color: #CB8CDF;
}
.AnyTagClassName
{
color: #CB8CDF;
}
</style>
background-color css
<style>
a { background-color: #CB8CDF; }
a { background-color: rgb(203,140,223); }
div.DivClassName
{
background-color: #CB8CDF;
}
.BgClassName
{
background-color: #CB8CDF;
}
</style>
border-color css
<style>
span { border-color: #CB8CDF; }
span { border-color: rgb(203,140,223); }
td.TdClassName
{
border-color: #CB8CDF;
}
.TagClassName
{
border-color: #CB8CDF;
}
</style>