Shades of Wisteria #CB85E7
Tints of Wisteria #CB85E7
RGB
CMYK
RGB Variations
Color information
#CB85E7 (or 0xCB85E7) is known color: Wisteria. HEX triplet: CB, 85 and E7. RGB value is (203,133,231). Sum of RGB (Red+Green+Blue) = 203+133+231=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB85E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85E7 is #347A18. Grayscale: #A4A4A4. Windows color (decimal): -3439129 or 15173067. OLE color: 15173067.
HSL color Cylindrical-coordinate representation of color #CB85E7: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB85E7 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 133 | 231 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.09 |
| HSL | 282.86º | 0.67% | 0.71% | - |
| HSV(B) | 282.86º | 0.42% | 0.91% | - |
| XYZ | 47.44 | 35.24 | 79.9 | - |
| YUV | 165.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 231 | 0.12 | 0.42 | 0 | 0.09 | 282.86 | 0.67 | 0.71 |
| Hex | CB | 85 | E7 | C | 2A | 0 | 9 | 11B | 43 | 47 |
| Octal | 313 | 205 | 347 | 14 | 52 | 0 | 11 | 433 | 103 | 107 |
| Binary | 11001011 | 10000101 | 11100111 | 1100 | 101010 | 0 | 1001 | 100011011 | 1000011 | 1000111 |
Color Harmonies of #CB85E7
Complementary color
Monochromatic Colors of #CB85E7
Black with #CB85E7
Text Example
Text Example
White with #CB85E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85E7; }
p { color: rgb(203,133,231); }
H1.HeaderClassName
{
color: #CB85E7;
}
.AnyTagClassName
{
color: #CB85E7;
}
</style>
background-color css
<style>
a { background-color: #CB85E7; }
a { background-color: rgb(203,133,231); }
div.DivClassName
{
background-color: #CB85E7;
}
.BgClassName
{
background-color: #CB85E7;
}
</style>
border-color css
<style>
span { border-color: #CB85E7; }
span { border-color: rgb(203,133,231); }
td.TdClassName
{
border-color: #CB85E7;
}
.TagClassName
{
border-color: #CB85E7;
}
</style>