Shades of Wisteria #CB8FF5
Tints of Wisteria #CB8FF5
RGB
CMYK
RGB Variations
Color information
#CB8FF5 (or 0xCB8FF5) is known color: Wisteria. HEX triplet: CB, 8F and F5. RGB value is (203,143,245). Sum of RGB (Red+Green+Blue) = 203+143+245=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB8FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FF5 is #34700A. Grayscale: #ACACAC. Windows color (decimal): -3436555 or 16093131. OLE color: 16093131.
HSL color Cylindrical-coordinate representation of color #CB8FF5: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8FF5 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 143 | 245 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.04 |
| HSL | 275.29º | 0.84% | 0.76% | - |
| HSV(B) | 275.29º | 0.42% | 0.96% | - |
| XYZ | 50.93 | 38.93 | 91.22 | - |
| YUV | 172.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 245 | 0.17 | 0.42 | 0 | 0.04 | 275.29 | 0.84 | 0.76 |
| Hex | CB | 8F | F5 | 11 | 2A | 0 | 4 | 113 | 54 | 4C |
| Octal | 313 | 217 | 365 | 21 | 52 | 0 | 4 | 423 | 124 | 114 |
| Binary | 11001011 | 10001111 | 11110101 | 10001 | 101010 | 0 | 100 | 100010011 | 1010100 | 1001100 |
Color Harmonies of #CB8FF5
Complementary color
Monochromatic Colors of #CB8FF5
Black with #CB8FF5
Text Example
Text Example
White with #CB8FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FF5; }
p { color: rgb(203,143,245); }
H1.HeaderClassName
{
color: #CB8FF5;
}
.AnyTagClassName
{
color: #CB8FF5;
}
</style>
background-color css
<style>
a { background-color: #CB8FF5; }
a { background-color: rgb(203,143,245); }
div.DivClassName
{
background-color: #CB8FF5;
}
.BgClassName
{
background-color: #CB8FF5;
}
</style>
border-color css
<style>
span { border-color: #CB8FF5; }
span { border-color: rgb(203,143,245); }
td.TdClassName
{
border-color: #CB8FF5;
}
.TagClassName
{
border-color: #CB8FF5;
}
</style>