Shades of Wisteria #CB92E4
Tints of Wisteria #CB92E4
RGB
CMYK
RGB Variations
Color information
#CB92E4 (or 0xCB92E4) is known color: Wisteria. HEX triplet: CB, 92 and E4. RGB value is (203,146,228). Sum of RGB (Red+Green+Blue) = 203+146+228=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB92E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92E4 is #346D1B. Grayscale: #ACACAC. Windows color (decimal): -3435804 or 14979787. OLE color: 14979787.
HSL color Cylindrical-coordinate representation of color #CB92E4: hue angle of 281.71º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB92E4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 146 | 228 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.11 |
| HSL | 281.71º | 0.6% | 0.73% | - |
| HSV(B) | 281.71º | 0.36% | 0.89% | - |
| XYZ | 48.91 | 38.86 | 78.32 | - |
| YUV | 172.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 228 | 0.11 | 0.36 | 0 | 0.11 | 281.71 | 0.6 | 0.73 |
| Hex | CB | 92 | E4 | B | 24 | 0 | B | 11A | 3C | 49 |
| Octal | 313 | 222 | 344 | 13 | 44 | 0 | 13 | 432 | 74 | 111 |
| Binary | 11001011 | 10010010 | 11100100 | 1011 | 100100 | 0 | 1011 | 100011010 | 111100 | 1001001 |
Color Harmonies of #CB92E4
Complementary color
Monochromatic Colors of #CB92E4
Black with #CB92E4
Text Example
Text Example
White with #CB92E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92E4; }
p { color: rgb(203,146,228); }
H1.HeaderClassName
{
color: #CB92E4;
}
.AnyTagClassName
{
color: #CB92E4;
}
</style>
background-color css
<style>
a { background-color: #CB92E4; }
a { background-color: rgb(203,146,228); }
div.DivClassName
{
background-color: #CB92E4;
}
.BgClassName
{
background-color: #CB92E4;
}
</style>
border-color css
<style>
span { border-color: #CB92E4; }
span { border-color: rgb(203,146,228); }
td.TdClassName
{
border-color: #CB92E4;
}
.TagClassName
{
border-color: #CB92E4;
}
</style>