Shades of Wisteria #CB92D8
Tints of Wisteria #CB92D8
RGB
CMYK
RGB Variations
Color information
#CB92D8 (or 0xCB92D8) is known color: Wisteria. HEX triplet: CB, 92 and D8. RGB value is (203,146,216). Sum of RGB (Red+Green+Blue) = 203+146+216=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB92D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92D8 is #346D27. Grayscale: #AAAAAA. Windows color (decimal): -3435816 or 14193355. OLE color: 14193355.
HSL color Cylindrical-coordinate representation of color #CB92D8: hue angle of 288.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB92D8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 146 | 216 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.15 |
| HSL | 288.86º | 0.47% | 0.71% | - |
| HSV(B) | 288.86º | 0.32% | 0.85% | - |
| XYZ | 47.3 | 38.21 | 69.85 | - |
| YUV | 171.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 216 | 0.06 | 0.32 | 0 | 0.15 | 288.86 | 0.47 | 0.71 |
| Hex | CB | 92 | D8 | 6 | 20 | 0 | F | 121 | 2F | 47 |
| Octal | 313 | 222 | 330 | 6 | 40 | 0 | 17 | 441 | 57 | 107 |
| Binary | 11001011 | 10010010 | 11011000 | 110 | 100000 | 0 | 1111 | 100100001 | 101111 | 1000111 |
Color Harmonies of #CB92D8
Complementary color
Monochromatic Colors of #CB92D8
Black with #CB92D8
Text Example
Text Example
White with #CB92D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92D8; }
p { color: rgb(203,146,216); }
H1.HeaderClassName
{
color: #CB92D8;
}
.AnyTagClassName
{
color: #CB92D8;
}
</style>
background-color css
<style>
a { background-color: #CB92D8; }
a { background-color: rgb(203,146,216); }
div.DivClassName
{
background-color: #CB92D8;
}
.BgClassName
{
background-color: #CB92D8;
}
</style>
border-color css
<style>
span { border-color: #CB92D8; }
span { border-color: rgb(203,146,216); }
td.TdClassName
{
border-color: #CB92D8;
}
.TagClassName
{
border-color: #CB92D8;
}
</style>