Shades of Wisteria #CB85DF
Tints of Wisteria #CB85DF
RGB
CMYK
RGB Variations
Color information
#CB85DF (or 0xCB85DF) is known color: Wisteria. HEX triplet: CB, 85 and DF. RGB value is (203,133,223). Sum of RGB (Red+Green+Blue) = 203+133+223=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85DF is #347A20. Grayscale: #A3A3A3. Windows color (decimal): -3439137 or 14648779. OLE color: 14648779.
HSL color Cylindrical-coordinate representation of color #CB85DF: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB85DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 133 | 223 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.13 |
| HSL | 286.67º | 0.58% | 0.7% | - |
| HSV(B) | 286.67º | 0.4% | 0.87% | - |
| XYZ | 46.34 | 34.8 | 74.09 | - |
| YUV | 164.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 223 | 0.09 | 0.40 | 0 | 0.13 | 286.67 | 0.58 | 0.7 |
| Hex | CB | 85 | DF | 9 | 28 | 0 | D | 11F | 3A | 46 |
| Octal | 313 | 205 | 337 | 11 | 50 | 0 | 15 | 437 | 72 | 106 |
| Binary | 11001011 | 10000101 | 11011111 | 1001 | 101000 | 0 | 1101 | 100011111 | 111010 | 1000110 |
Color Harmonies of #CB85DF
Complementary color
Monochromatic Colors of #CB85DF
Black with #CB85DF
Text Example
Text Example
White with #CB85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85DF; }
p { color: rgb(203,133,223); }
H1.HeaderClassName
{
color: #CB85DF;
}
.AnyTagClassName
{
color: #CB85DF;
}
</style>
background-color css
<style>
a { background-color: #CB85DF; }
a { background-color: rgb(203,133,223); }
div.DivClassName
{
background-color: #CB85DF;
}
.BgClassName
{
background-color: #CB85DF;
}
</style>
border-color css
<style>
span { border-color: #CB85DF; }
span { border-color: rgb(203,133,223); }
td.TdClassName
{
border-color: #CB85DF;
}
.TagClassName
{
border-color: #CB85DF;
}
</style>