Shades of Wisteria #CB93EA
Tints of Wisteria #CB93EA
RGB
CMYK
RGB Variations
Color information
#CB93EA (or 0xCB93EA) is known color: Wisteria. HEX triplet: CB, 93 and EA. RGB value is (203,147,234). Sum of RGB (Red+Green+Blue) = 203+147+234=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93EA is #346C15. Grayscale: #ADADAD. Windows color (decimal): -3435542 or 15373259. OLE color: 15373259.
HSL color Cylindrical-coordinate representation of color #CB93EA: hue angle of 278.62º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB93EA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 147 | 234 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.08 |
| HSL | 278.62º | 0.67% | 0.75% | - |
| HSV(B) | 278.62º | 0.37% | 0.92% | - |
| XYZ | 49.91 | 39.5 | 82.84 | - |
| YUV | 173.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 234 | 0.13 | 0.37 | 0 | 0.08 | 278.62 | 0.67 | 0.75 |
| Hex | CB | 93 | EA | D | 25 | 0 | 8 | 117 | 43 | 4B |
| Octal | 313 | 223 | 352 | 15 | 45 | 0 | 10 | 427 | 103 | 113 |
| Binary | 11001011 | 10010011 | 11101010 | 1101 | 100101 | 0 | 1000 | 100010111 | 1000011 | 1001011 |
Color Harmonies of #CB93EA
Complementary color
Monochromatic Colors of #CB93EA
Black with #CB93EA
Text Example
Text Example
White with #CB93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93EA; }
p { color: rgb(203,147,234); }
H1.HeaderClassName
{
color: #CB93EA;
}
.AnyTagClassName
{
color: #CB93EA;
}
</style>
background-color css
<style>
a { background-color: #CB93EA; }
a { background-color: rgb(203,147,234); }
div.DivClassName
{
background-color: #CB93EA;
}
.BgClassName
{
background-color: #CB93EA;
}
</style>
border-color css
<style>
span { border-color: #CB93EA; }
span { border-color: rgb(203,147,234); }
td.TdClassName
{
border-color: #CB93EA;
}
.TagClassName
{
border-color: #CB93EA;
}
</style>