Shades of Wisteria #CB94DE
Tints of Wisteria #CB94DE
RGB
CMYK
RGB Variations
Color information
#CB94DE (or 0xCB94DE) is known color: Wisteria. HEX triplet: CB, 94 and DE. RGB value is (203,148,222). Sum of RGB (Red+Green+Blue) = 203+148+222=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94DE is #346B21. Grayscale: #ACACAC. Windows color (decimal): -3435298 or 14587083. OLE color: 14587083.
HSL color Cylindrical-coordinate representation of color #CB94DE: hue angle of 284.59º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB94DE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 148 | 222 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.13 |
| HSL | 284.59º | 0.53% | 0.73% | - |
| HSV(B) | 284.59º | 0.33% | 0.87% | - |
| XYZ | 48.4 | 39.15 | 74.11 | - |
| YUV | 172.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 222 | 0.09 | 0.33 | 0 | 0.13 | 284.59 | 0.53 | 0.73 |
| Hex | CB | 94 | DE | 9 | 21 | 0 | D | 11D | 35 | 49 |
| Octal | 313 | 224 | 336 | 11 | 41 | 0 | 15 | 435 | 65 | 111 |
| Binary | 11001011 | 10010100 | 11011110 | 1001 | 100001 | 0 | 1101 | 100011101 | 110101 | 1001001 |
Color Harmonies of #CB94DE
Complementary color
Monochromatic Colors of #CB94DE
Black with #CB94DE
Text Example
Text Example
White with #CB94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94DE; }
p { color: rgb(203,148,222); }
H1.HeaderClassName
{
color: #CB94DE;
}
.AnyTagClassName
{
color: #CB94DE;
}
</style>
background-color css
<style>
a { background-color: #CB94DE; }
a { background-color: rgb(203,148,222); }
div.DivClassName
{
background-color: #CB94DE;
}
.BgClassName
{
background-color: #CB94DE;
}
</style>
border-color css
<style>
span { border-color: #CB94DE; }
span { border-color: rgb(203,148,222); }
td.TdClassName
{
border-color: #CB94DE;
}
.TagClassName
{
border-color: #CB94DE;
}
</style>