Shades of Wisteria #CB7FE4
Tints of Wisteria #CB7FE4
RGB
CMYK
RGB Variations
Color information
#CB7FE4 (or 0xCB7FE4) is known color: Wisteria. HEX triplet: CB, 7F and E4. RGB value is (203,127,228). Sum of RGB (Red+Green+Blue) = 203+127+228=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB7FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FE4 is #34801B. Grayscale: #A0A0A0. Windows color (decimal): -3440668 or 14974923. OLE color: 14974923.
HSL color Cylindrical-coordinate representation of color #CB7FE4: hue angle of 285.15º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7FE4 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 127 | 228 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.11 |
| HSL | 285.15º | 0.65% | 0.7% | - |
| HSV(B) | 285.15º | 0.44% | 0.89% | - |
| XYZ | 46.22 | 33.48 | 77.42 | - |
| YUV | 161.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 228 | 0.11 | 0.44 | 0 | 0.11 | 285.15 | 0.65 | 0.7 |
| Hex | CB | 7F | E4 | B | 2C | 0 | B | 11D | 41 | 46 |
| Octal | 313 | 177 | 344 | 13 | 54 | 0 | 13 | 435 | 101 | 106 |
| Binary | 11001011 | 1111111 | 11100100 | 1011 | 101100 | 0 | 1011 | 100011101 | 1000001 | 1000110 |
Color Harmonies of #CB7FE4
Complementary color
Monochromatic Colors of #CB7FE4
Black with #CB7FE4
Text Example
Text Example
White with #CB7FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FE4; }
p { color: rgb(203,127,228); }
H1.HeaderClassName
{
color: #CB7FE4;
}
.AnyTagClassName
{
color: #CB7FE4;
}
</style>
background-color css
<style>
a { background-color: #CB7FE4; }
a { background-color: rgb(203,127,228); }
div.DivClassName
{
background-color: #CB7FE4;
}
.BgClassName
{
background-color: #CB7FE4;
}
</style>
border-color css
<style>
span { border-color: #CB7FE4; }
span { border-color: rgb(203,127,228); }
td.TdClassName
{
border-color: #CB7FE4;
}
.TagClassName
{
border-color: #CB7FE4;
}
</style>