Shades of Wisteria #CB85D9
Tints of Wisteria #CB85D9
RGB
CMYK
RGB Variations
Color information
#CB85D9 (or 0xCB85D9) is known color: Wisteria. HEX triplet: CB, 85 and D9. RGB value is (203,133,217). Sum of RGB (Red+Green+Blue) = 203+133+217=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85D9 is #347A26. Grayscale: #A3A3A3. Windows color (decimal): -3439143 or 14255563. OLE color: 14255563.
HSL color Cylindrical-coordinate representation of color #CB85D9: hue angle of 290º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB85D9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 133 | 217 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.15 |
| HSL | 290º | 0.53% | 0.69% | - |
| HSV(B) | 290º | 0.39% | 0.85% | - |
| XYZ | 45.54 | 34.48 | 69.9 | - |
| YUV | 163.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 217 | 0.06 | 0.39 | 0 | 0.15 | 290 | 0.53 | 0.69 |
| Hex | CB | 85 | D9 | 6 | 27 | 0 | F | 122 | 34 | 45 |
| Octal | 313 | 205 | 331 | 6 | 47 | 0 | 17 | 442 | 64 | 105 |
| Binary | 11001011 | 10000101 | 11011001 | 110 | 100111 | 0 | 1111 | 100100010 | 110100 | 1000101 |
Color Harmonies of #CB85D9
Complementary color
Monochromatic Colors of #CB85D9
Black with #CB85D9
Text Example
Text Example
White with #CB85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85D9; }
p { color: rgb(203,133,217); }
H1.HeaderClassName
{
color: #CB85D9;
}
.AnyTagClassName
{
color: #CB85D9;
}
</style>
background-color css
<style>
a { background-color: #CB85D9; }
a { background-color: rgb(203,133,217); }
div.DivClassName
{
background-color: #CB85D9;
}
.BgClassName
{
background-color: #CB85D9;
}
</style>
border-color css
<style>
span { border-color: #CB85D9; }
span { border-color: rgb(203,133,217); }
td.TdClassName
{
border-color: #CB85D9;
}
.TagClassName
{
border-color: #CB85D9;
}
</style>