Shades of Wisteria #CB92DC
Tints of Wisteria #CB92DC
RGB
CMYK
RGB Variations
Color information
#CB92DC (or 0xCB92DC) is known color: Wisteria. HEX triplet: CB, 92 and DC. RGB value is (203,146,220). Sum of RGB (Red+Green+Blue) = 203+146+220=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92DC is #346D23. Grayscale: #ABABAB. Windows color (decimal): -3435812 or 14455499. OLE color: 14455499.
HSL color Cylindrical-coordinate representation of color #CB92DC: hue angle of 286.22º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB92DC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 146 | 220 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.14 |
| HSL | 286.22º | 0.51% | 0.72% | - |
| HSV(B) | 286.22º | 0.34% | 0.86% | - |
| XYZ | 47.83 | 38.42 | 72.61 | - |
| YUV | 171.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 220 | 0.08 | 0.34 | 0 | 0.14 | 286.22 | 0.51 | 0.72 |
| Hex | CB | 92 | DC | 8 | 22 | 0 | E | 11E | 33 | 48 |
| Octal | 313 | 222 | 334 | 10 | 42 | 0 | 16 | 436 | 63 | 110 |
| Binary | 11001011 | 10010010 | 11011100 | 1000 | 100010 | 0 | 1110 | 100011110 | 110011 | 1001000 |
Color Harmonies of #CB92DC
Complementary color
Monochromatic Colors of #CB92DC
Black with #CB92DC
Text Example
Text Example
White with #CB92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92DC; }
p { color: rgb(203,146,220); }
H1.HeaderClassName
{
color: #CB92DC;
}
.AnyTagClassName
{
color: #CB92DC;
}
</style>
background-color css
<style>
a { background-color: #CB92DC; }
a { background-color: rgb(203,146,220); }
div.DivClassName
{
background-color: #CB92DC;
}
.BgClassName
{
background-color: #CB92DC;
}
</style>
border-color css
<style>
span { border-color: #CB92DC; }
span { border-color: rgb(203,146,220); }
td.TdClassName
{
border-color: #CB92DC;
}
.TagClassName
{
border-color: #CB92DC;
}
</style>