Shades of Wisteria #CB93F5
Tints of Wisteria #CB93F5
RGB
CMYK
RGB Variations
Color information
#CB93F5 (or 0xCB93F5) is known color: Wisteria. HEX triplet: CB, 93 and F5. RGB value is (203,147,245). Sum of RGB (Red+Green+Blue) = 203+147+245=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB93F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93F5 is #346C0A. Grayscale: #AEAEAE. Windows color (decimal): -3435531 or 16094155. OLE color: 16094155.
HSL color Cylindrical-coordinate representation of color #CB93F5: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB93F5 is Cyan = 0.17, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 147 | 245 | - |
| CMYK | 0.17 | 0.4 | 0 | 0.04 |
| HSL | 274.29º | 0.83% | 0.77% | - |
| HSV(B) | 274.29º | 0.4% | 0.96% | - |
| XYZ | 51.54 | 40.16 | 91.42 | - |
| YUV | 174.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 245 | 0.17 | 0.4 | 0 | 0.04 | 274.29 | 0.83 | 0.77 |
| Hex | CB | 93 | F5 | 11 | 28 | 0 | 4 | 112 | 53 | 4D |
| Octal | 313 | 223 | 365 | 21 | 50 | 0 | 4 | 422 | 123 | 115 |
| Binary | 11001011 | 10010011 | 11110101 | 10001 | 101000 | 0 | 100 | 100010010 | 1010011 | 1001101 |
Color Harmonies of #CB93F5
Complementary color
Monochromatic Colors of #CB93F5
Black with #CB93F5
Text Example
Text Example
White with #CB93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93F5; }
p { color: rgb(203,147,245); }
H1.HeaderClassName
{
color: #CB93F5;
}
.AnyTagClassName
{
color: #CB93F5;
}
</style>
background-color css
<style>
a { background-color: #CB93F5; }
a { background-color: rgb(203,147,245); }
div.DivClassName
{
background-color: #CB93F5;
}
.BgClassName
{
background-color: #CB93F5;
}
</style>
border-color css
<style>
span { border-color: #CB93F5; }
span { border-color: rgb(203,147,245); }
td.TdClassName
{
border-color: #CB93F5;
}
.TagClassName
{
border-color: #CB93F5;
}
</style>