Shades of Wisteria #CB85E6
Tints of Wisteria #CB85E6
RGB
CMYK
RGB Variations
Color information
#CB85E6 (or 0xCB85E6) is known color: Wisteria. HEX triplet: CB, 85 and E6. RGB value is (203,133,230). Sum of RGB (Red+Green+Blue) = 203+133+230=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85E6 is #347A19. Grayscale: #A4A4A4. Windows color (decimal): -3439130 or 15107531. OLE color: 15107531.
HSL color Cylindrical-coordinate representation of color #CB85E6: hue angle of 283.3º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB85E6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 133 | 230 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.10 |
| HSL | 283.3º | 0.66% | 0.71% | - |
| HSV(B) | 283.3º | 0.42% | 0.9% | - |
| XYZ | 47.3 | 35.18 | 79.16 | - |
| YUV | 164.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 230 | 0.12 | 0.42 | 0 | 0.10 | 283.3 | 0.66 | 0.71 |
| Hex | CB | 85 | E6 | C | 2A | 0 | A | 11B | 42 | 47 |
| Octal | 313 | 205 | 346 | 14 | 52 | 0 | 12 | 433 | 102 | 107 |
| Binary | 11001011 | 10000101 | 11100110 | 1100 | 101010 | 0 | 1010 | 100011011 | 1000010 | 1000111 |
Color Harmonies of #CB85E6
Complementary color
Monochromatic Colors of #CB85E6
Black with #CB85E6
Text Example
Text Example
White with #CB85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85E6; }
p { color: rgb(203,133,230); }
H1.HeaderClassName
{
color: #CB85E6;
}
.AnyTagClassName
{
color: #CB85E6;
}
</style>
background-color css
<style>
a { background-color: #CB85E6; }
a { background-color: rgb(203,133,230); }
div.DivClassName
{
background-color: #CB85E6;
}
.BgClassName
{
background-color: #CB85E6;
}
</style>
border-color css
<style>
span { border-color: #CB85E6; }
span { border-color: rgb(203,133,230); }
td.TdClassName
{
border-color: #CB85E6;
}
.TagClassName
{
border-color: #CB85E6;
}
</style>