Shades of Wisteria #CB8AF6
Tints of Wisteria #CB8AF6
RGB
CMYK
RGB Variations
Color information
#CB8AF6 (or 0xCB8AF6) is known color: Wisteria. HEX triplet: CB, 8A and F6. RGB value is (203,138,246). Sum of RGB (Red+Green+Blue) = 203+138+246=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB8AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AF6 is #347509. Grayscale: #A9A9A9. Windows color (decimal): -3437834 or 16157387. OLE color: 16157387.
HSL color Cylindrical-coordinate representation of color #CB8AF6: hue angle of 276.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8AF6 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 138 | 246 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.04 |
| HSL | 276.11º | 0.86% | 0.75% | - |
| HSV(B) | 276.11º | 0.44% | 0.96% | - |
| XYZ | 50.35 | 37.53 | 91.78 | - |
| YUV | 169.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 246 | 0.17 | 0.44 | 0 | 0.04 | 276.11 | 0.86 | 0.75 |
| Hex | CB | 8A | F6 | 11 | 2C | 0 | 4 | 114 | 56 | 4B |
| Octal | 313 | 212 | 366 | 21 | 54 | 0 | 4 | 424 | 126 | 113 |
| Binary | 11001011 | 10001010 | 11110110 | 10001 | 101100 | 0 | 100 | 100010100 | 1010110 | 1001011 |
Color Harmonies of #CB8AF6
Complementary color
Monochromatic Colors of #CB8AF6
Black with #CB8AF6
Text Example
Text Example
White with #CB8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AF6; }
p { color: rgb(203,138,246); }
H1.HeaderClassName
{
color: #CB8AF6;
}
.AnyTagClassName
{
color: #CB8AF6;
}
</style>
background-color css
<style>
a { background-color: #CB8AF6; }
a { background-color: rgb(203,138,246); }
div.DivClassName
{
background-color: #CB8AF6;
}
.BgClassName
{
background-color: #CB8AF6;
}
</style>
border-color css
<style>
span { border-color: #CB8AF6; }
span { border-color: rgb(203,138,246); }
td.TdClassName
{
border-color: #CB8AF6;
}
.TagClassName
{
border-color: #CB8AF6;
}
</style>