Shades of Wisteria #CB85DA
Tints of Wisteria #CB85DA
RGB
CMYK
RGB Variations
Color information
#CB85DA (or 0xCB85DA) is known color: Wisteria. HEX triplet: CB, 85 and DA. RGB value is (203,133,218). Sum of RGB (Red+Green+Blue) = 203+133+218=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85DA is #347A25. Grayscale: #A3A3A3. Windows color (decimal): -3439142 or 14321099. OLE color: 14321099.
HSL color Cylindrical-coordinate representation of color #CB85DA: hue angle of 289.41º degrees, saturation: 0.53, 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 #CB85DA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 133 | 218 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.15 |
| HSL | 289.41º | 0.53% | 0.69% | - |
| HSV(B) | 289.41º | 0.39% | 0.85% | - |
| XYZ | 45.67 | 34.53 | 70.59 | - |
| YUV | 163.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 218 | 0.07 | 0.39 | 0 | 0.15 | 289.41 | 0.53 | 0.69 |
| Hex | CB | 85 | DA | 7 | 27 | 0 | F | 121 | 35 | 45 |
| Octal | 313 | 205 | 332 | 7 | 47 | 0 | 17 | 441 | 65 | 105 |
| Binary | 11001011 | 10000101 | 11011010 | 111 | 100111 | 0 | 1111 | 100100001 | 110101 | 1000101 |
Color Harmonies of #CB85DA
Complementary color
Monochromatic Colors of #CB85DA
Black with #CB85DA
Text Example
Text Example
White with #CB85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85DA; }
p { color: rgb(203,133,218); }
H1.HeaderClassName
{
color: #CB85DA;
}
.AnyTagClassName
{
color: #CB85DA;
}
</style>
background-color css
<style>
a { background-color: #CB85DA; }
a { background-color: rgb(203,133,218); }
div.DivClassName
{
background-color: #CB85DA;
}
.BgClassName
{
background-color: #CB85DA;
}
</style>
border-color css
<style>
span { border-color: #CB85DA; }
span { border-color: rgb(203,133,218); }
td.TdClassName
{
border-color: #CB85DA;
}
.TagClassName
{
border-color: #CB85DA;
}
</style>