Shades of Wisteria #CB85ED
Tints of Wisteria #CB85ED
RGB
CMYK
RGB Variations
Color information
#CB85ED (or 0xCB85ED) is known color: Wisteria. HEX triplet: CB, 85 and ED. RGB value is (203,133,237). Sum of RGB (Red+Green+Blue) = 203+133+237=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85ED is #347A12. Grayscale: #A5A5A5. Windows color (decimal): -3439123 or 15566283. OLE color: 15566283.
HSL color Cylindrical-coordinate representation of color #CB85ED: hue angle of 280.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB85ED is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 133 | 237 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.07 |
| HSL | 280.38º | 0.74% | 0.73% | - |
| HSV(B) | 280.38º | 0.44% | 0.93% | - |
| XYZ | 48.3 | 35.59 | 84.44 | - |
| YUV | 165.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 237 | 0.14 | 0.44 | 0 | 0.07 | 280.38 | 0.74 | 0.73 |
| Hex | CB | 85 | ED | E | 2C | 0 | 7 | 118 | 4A | 49 |
| Octal | 313 | 205 | 355 | 16 | 54 | 0 | 7 | 430 | 112 | 111 |
| Binary | 11001011 | 10000101 | 11101101 | 1110 | 101100 | 0 | 111 | 100011000 | 1001010 | 1001001 |
Color Harmonies of #CB85ED
Complementary color
Monochromatic Colors of #CB85ED
Black with #CB85ED
Text Example
Text Example
White with #CB85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85ED; }
p { color: rgb(203,133,237); }
H1.HeaderClassName
{
color: #CB85ED;
}
.AnyTagClassName
{
color: #CB85ED;
}
</style>
background-color css
<style>
a { background-color: #CB85ED; }
a { background-color: rgb(203,133,237); }
div.DivClassName
{
background-color: #CB85ED;
}
.BgClassName
{
background-color: #CB85ED;
}
</style>
border-color css
<style>
span { border-color: #CB85ED; }
span { border-color: rgb(203,133,237); }
td.TdClassName
{
border-color: #CB85ED;
}
.TagClassName
{
border-color: #CB85ED;
}
</style>