Shades of Wisteria #CB92E5
Tints of Wisteria #CB92E5
RGB
CMYK
RGB Variations
Color information
#CB92E5 (or 0xCB92E5) is known color: Wisteria. HEX triplet: CB, 92 and E5. RGB value is (203,146,229). Sum of RGB (Red+Green+Blue) = 203+146+229=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92E5 is #346D1A. Grayscale: #ACACAC. Windows color (decimal): -3435803 or 15045323. OLE color: 15045323.
HSL color Cylindrical-coordinate representation of color #CB92E5: hue angle of 281.2º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB92E5 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 146 | 229 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.10 |
| HSL | 281.2º | 0.61% | 0.74% | - |
| HSV(B) | 281.2º | 0.36% | 0.9% | - |
| XYZ | 49.05 | 38.91 | 79.05 | - |
| YUV | 172.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 229 | 0.11 | 0.36 | 0 | 0.10 | 281.2 | 0.61 | 0.74 |
| Hex | CB | 92 | E5 | B | 24 | 0 | A | 119 | 3D | 4A |
| Octal | 313 | 222 | 345 | 13 | 44 | 0 | 12 | 431 | 75 | 112 |
| Binary | 11001011 | 10010010 | 11100101 | 1011 | 100100 | 0 | 1010 | 100011001 | 111101 | 1001010 |
Color Harmonies of #CB92E5
Complementary color
Monochromatic Colors of #CB92E5
Black with #CB92E5
Text Example
Text Example
White with #CB92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92E5; }
p { color: rgb(203,146,229); }
H1.HeaderClassName
{
color: #CB92E5;
}
.AnyTagClassName
{
color: #CB92E5;
}
</style>
background-color css
<style>
a { background-color: #CB92E5; }
a { background-color: rgb(203,146,229); }
div.DivClassName
{
background-color: #CB92E5;
}
.BgClassName
{
background-color: #CB92E5;
}
</style>
border-color css
<style>
span { border-color: #CB92E5; }
span { border-color: rgb(203,146,229); }
td.TdClassName
{
border-color: #CB92E5;
}
.TagClassName
{
border-color: #CB92E5;
}
</style>