Shades of Wisteria #CB93EF
Tints of Wisteria #CB93EF
RGB
CMYK
RGB Variations
Color information
#CB93EF (or 0xCB93EF) is known color: Wisteria. HEX triplet: CB, 93 and EF. RGB value is (203,147,239). Sum of RGB (Red+Green+Blue) = 203+147+239=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93EF is #346C10. Grayscale: #ADADAD. Windows color (decimal): -3435537 or 15700939. OLE color: 15700939.
HSL color Cylindrical-coordinate representation of color #CB93EF: hue angle of 276.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB93EF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 147 | 239 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.06 |
| HSL | 276.52º | 0.74% | 0.76% | - |
| HSV(B) | 276.52º | 0.38% | 0.94% | - |
| XYZ | 50.64 | 39.8 | 86.67 | - |
| YUV | 174.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 239 | 0.15 | 0.38 | 0 | 0.06 | 276.52 | 0.74 | 0.76 |
| Hex | CB | 93 | EF | F | 26 | 0 | 6 | 115 | 4A | 4C |
| Octal | 313 | 223 | 357 | 17 | 46 | 0 | 6 | 425 | 112 | 114 |
| Binary | 11001011 | 10010011 | 11101111 | 1111 | 100110 | 0 | 110 | 100010101 | 1001010 | 1001100 |
Color Harmonies of #CB93EF
Complementary color
Monochromatic Colors of #CB93EF
Black with #CB93EF
Text Example
Text Example
White with #CB93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93EF; }
p { color: rgb(203,147,239); }
H1.HeaderClassName
{
color: #CB93EF;
}
.AnyTagClassName
{
color: #CB93EF;
}
</style>
background-color css
<style>
a { background-color: #CB93EF; }
a { background-color: rgb(203,147,239); }
div.DivClassName
{
background-color: #CB93EF;
}
.BgClassName
{
background-color: #CB93EF;
}
</style>
border-color css
<style>
span { border-color: #CB93EF; }
span { border-color: rgb(203,147,239); }
td.TdClassName
{
border-color: #CB93EF;
}
.TagClassName
{
border-color: #CB93EF;
}
</style>