Shades of Wisteria #CB85E0
Tints of Wisteria #CB85E0
RGB
CMYK
RGB Variations
Color information
#CB85E0 (or 0xCB85E0) is known color: Wisteria. HEX triplet: CB, 85 and E0. RGB value is (203,133,224). Sum of RGB (Red+Green+Blue) = 203+133+224=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB85E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85E0 is #347A1F. Grayscale: #A4A4A4. Windows color (decimal): -3439136 or 14714315. OLE color: 14714315.
HSL color Cylindrical-coordinate representation of color #CB85E0: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB85E0 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 133 | 224 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.12 |
| HSL | 286.15º | 0.59% | 0.7% | - |
| HSV(B) | 286.15º | 0.41% | 0.88% | - |
| XYZ | 46.47 | 34.85 | 74.8 | - |
| YUV | 164.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 224 | 0.09 | 0.41 | 0 | 0.12 | 286.15 | 0.59 | 0.7 |
| Hex | CB | 85 | E0 | 9 | 29 | 0 | C | 11E | 3B | 46 |
| Octal | 313 | 205 | 340 | 11 | 51 | 0 | 14 | 436 | 73 | 106 |
| Binary | 11001011 | 10000101 | 11100000 | 1001 | 101001 | 0 | 1100 | 100011110 | 111011 | 1000110 |
Color Harmonies of #CB85E0
Complementary color
Monochromatic Colors of #CB85E0
Black with #CB85E0
Text Example
Text Example
White with #CB85E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85E0; }
p { color: rgb(203,133,224); }
H1.HeaderClassName
{
color: #CB85E0;
}
.AnyTagClassName
{
color: #CB85E0;
}
</style>
background-color css
<style>
a { background-color: #CB85E0; }
a { background-color: rgb(203,133,224); }
div.DivClassName
{
background-color: #CB85E0;
}
.BgClassName
{
background-color: #CB85E0;
}
</style>
border-color css
<style>
span { border-color: #CB85E0; }
span { border-color: rgb(203,133,224); }
td.TdClassName
{
border-color: #CB85E0;
}
.TagClassName
{
border-color: #CB85E0;
}
</style>