Shades of Wisteria #CB87F0
Tints of Wisteria #CB87F0
RGB
CMYK
RGB Variations
Color information
#CB87F0 (or 0xCB87F0) is known color: Wisteria. HEX triplet: CB, 87 and F0. RGB value is (203,135,240). Sum of RGB (Red+Green+Blue) = 203+135+240=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB87F0 is #34780F. Grayscale: #A6A6A6. Windows color (decimal): -3438608 or 15763403. OLE color: 15763403.
HSL color Cylindrical-coordinate representation of color #CB87F0: hue angle of 278.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB87F0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 135 | 240 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.06 |
| HSL | 278.86º | 0.78% | 0.74% | - |
| HSV(B) | 278.86º | 0.44% | 0.94% | - |
| XYZ | 49.02 | 36.32 | 86.86 | - |
| YUV | 167.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 240 | 0.15 | 0.44 | 0 | 0.06 | 278.86 | 0.78 | 0.74 |
| Hex | CB | 87 | F0 | F | 2C | 0 | 6 | 117 | 4E | 4A |
| Octal | 313 | 207 | 360 | 17 | 54 | 0 | 6 | 427 | 116 | 112 |
| Binary | 11001011 | 10000111 | 11110000 | 1111 | 101100 | 0 | 110 | 100010111 | 1001110 | 1001010 |
Color Harmonies of #CB87F0
Complementary color
Monochromatic Colors of #CB87F0
Black with #CB87F0
Text Example
Text Example
White with #CB87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87F0; }
p { color: rgb(203,135,240); }
H1.HeaderClassName
{
color: #CB87F0;
}
.AnyTagClassName
{
color: #CB87F0;
}
</style>
background-color css
<style>
a { background-color: #CB87F0; }
a { background-color: rgb(203,135,240); }
div.DivClassName
{
background-color: #CB87F0;
}
.BgClassName
{
background-color: #CB87F0;
}
</style>
border-color css
<style>
span { border-color: #CB87F0; }
span { border-color: rgb(203,135,240); }
td.TdClassName
{
border-color: #CB87F0;
}
.TagClassName
{
border-color: #CB87F0;
}
</style>