Shades of Wisteria #CB92DD
Tints of Wisteria #CB92DD
RGB
CMYK
RGB Variations
Color information
#CB92DD (or 0xCB92DD) is known color: Wisteria. HEX triplet: CB, 92 and DD. RGB value is (203,146,221). Sum of RGB (Red+Green+Blue) = 203+146+221=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92DD is #346D22. Grayscale: #ABABAB. Windows color (decimal): -3435811 or 14521035. OLE color: 14521035.
HSL color Cylindrical-coordinate representation of color #CB92DD: hue angle of 285.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB92DD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 146 | 221 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.13 |
| HSL | 285.6º | 0.52% | 0.72% | - |
| HSV(B) | 285.6º | 0.34% | 0.87% | - |
| XYZ | 47.96 | 38.47 | 73.31 | - |
| YUV | 171.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 221 | 0.08 | 0.34 | 0 | 0.13 | 285.6 | 0.52 | 0.72 |
| Hex | CB | 92 | DD | 8 | 22 | 0 | D | 11E | 34 | 48 |
| Octal | 313 | 222 | 335 | 10 | 42 | 0 | 15 | 436 | 64 | 110 |
| Binary | 11001011 | 10010010 | 11011101 | 1000 | 100010 | 0 | 1101 | 100011110 | 110100 | 1001000 |
Color Harmonies of #CB92DD
Complementary color
Monochromatic Colors of #CB92DD
Black with #CB92DD
Text Example
Text Example
White with #CB92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92DD; }
p { color: rgb(203,146,221); }
H1.HeaderClassName
{
color: #CB92DD;
}
.AnyTagClassName
{
color: #CB92DD;
}
</style>
background-color css
<style>
a { background-color: #CB92DD; }
a { background-color: rgb(203,146,221); }
div.DivClassName
{
background-color: #CB92DD;
}
.BgClassName
{
background-color: #CB92DD;
}
</style>
border-color css
<style>
span { border-color: #CB92DD; }
span { border-color: rgb(203,146,221); }
td.TdClassName
{
border-color: #CB92DD;
}
.TagClassName
{
border-color: #CB92DD;
}
</style>