Shades of Wisteria #CB8FF0
Tints of Wisteria #CB8FF0
RGB
CMYK
RGB Variations
Color information
#CB8FF0 (or 0xCB8FF0) is known color: Wisteria. HEX triplet: CB, 8F and F0. RGB value is (203,143,240). Sum of RGB (Red+Green+Blue) = 203+143+240=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB8FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FF0 is #34700F. Grayscale: #ABABAB. Windows color (decimal): -3436560 or 15765451. OLE color: 15765451.
HSL color Cylindrical-coordinate representation of color #CB8FF0: hue angle of 277.11º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8FF0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 143 | 240 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.06 |
| HSL | 277.11º | 0.76% | 0.75% | - |
| HSV(B) | 277.11º | 0.4% | 0.94% | - |
| XYZ | 50.18 | 38.63 | 87.25 | - |
| YUV | 172 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 240 | 0.15 | 0.40 | 0 | 0.06 | 277.11 | 0.76 | 0.75 |
| Hex | CB | 8F | F0 | F | 28 | 0 | 6 | 115 | 4C | 4B |
| Octal | 313 | 217 | 360 | 17 | 50 | 0 | 6 | 425 | 114 | 113 |
| Binary | 11001011 | 10001111 | 11110000 | 1111 | 101000 | 0 | 110 | 100010101 | 1001100 | 1001011 |
Color Harmonies of #CB8FF0
Complementary color
Monochromatic Colors of #CB8FF0
Black with #CB8FF0
Text Example
Text Example
White with #CB8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FF0; }
p { color: rgb(203,143,240); }
H1.HeaderClassName
{
color: #CB8FF0;
}
.AnyTagClassName
{
color: #CB8FF0;
}
</style>
background-color css
<style>
a { background-color: #CB8FF0; }
a { background-color: rgb(203,143,240); }
div.DivClassName
{
background-color: #CB8FF0;
}
.BgClassName
{
background-color: #CB8FF0;
}
</style>
border-color css
<style>
span { border-color: #CB8FF0; }
span { border-color: rgb(203,143,240); }
td.TdClassName
{
border-color: #CB8FF0;
}
.TagClassName
{
border-color: #CB8FF0;
}
</style>