Shades of Wisteria #CB93DC
Tints of Wisteria #CB93DC
RGB
CMYK
RGB Variations
Color information
#CB93DC (or 0xCB93DC) is known color: Wisteria. HEX triplet: CB, 93 and DC. RGB value is (203,147,220). Sum of RGB (Red+Green+Blue) = 203+147+220=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93DC is #346C23. Grayscale: #ABABAB. Windows color (decimal): -3435556 or 14455755. OLE color: 14455755.
HSL color Cylindrical-coordinate representation of color #CB93DC: hue angle of 286.03º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB93DC is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 147 | 220 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.14 |
| HSL | 286.03º | 0.51% | 0.72% | - |
| HSV(B) | 286.03º | 0.33% | 0.86% | - |
| XYZ | 47.98 | 38.73 | 72.66 | - |
| YUV | 172.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 220 | 0.08 | 0.33 | 0 | 0.14 | 286.03 | 0.51 | 0.72 |
| Hex | CB | 93 | DC | 8 | 21 | 0 | E | 11E | 33 | 48 |
| Octal | 313 | 223 | 334 | 10 | 41 | 0 | 16 | 436 | 63 | 110 |
| Binary | 11001011 | 10010011 | 11011100 | 1000 | 100001 | 0 | 1110 | 100011110 | 110011 | 1001000 |
Color Harmonies of #CB93DC
Complementary color
Monochromatic Colors of #CB93DC
Black with #CB93DC
Text Example
Text Example
White with #CB93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93DC; }
p { color: rgb(203,147,220); }
H1.HeaderClassName
{
color: #CB93DC;
}
.AnyTagClassName
{
color: #CB93DC;
}
</style>
background-color css
<style>
a { background-color: #CB93DC; }
a { background-color: rgb(203,147,220); }
div.DivClassName
{
background-color: #CB93DC;
}
.BgClassName
{
background-color: #CB93DC;
}
</style>
border-color css
<style>
span { border-color: #CB93DC; }
span { border-color: rgb(203,147,220); }
td.TdClassName
{
border-color: #CB93DC;
}
.TagClassName
{
border-color: #CB93DC;
}
</style>