Shades of Wisteria #CB8ADC
Tints of Wisteria #CB8ADC
RGB
CMYK
RGB Variations
Color information
#CB8ADC (or 0xCB8ADC) is known color: Wisteria. HEX triplet: CB, 8A and DC. RGB value is (203,138,220). Sum of RGB (Red+Green+Blue) = 203+138+220=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ADC is #347523. Grayscale: #A6A6A6. Windows color (decimal): -3437860 or 14453451. OLE color: 14453451.
HSL color Cylindrical-coordinate representation of color #CB8ADC: hue angle of 287.56º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8ADC is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 138 | 220 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.14 |
| HSL | 287.56º | 0.54% | 0.7% | - |
| HSV(B) | 287.56º | 0.37% | 0.86% | - |
| XYZ | 46.64 | 36.04 | 72.21 | - |
| YUV | 166.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 220 | 0.08 | 0.37 | 0 | 0.14 | 287.56 | 0.54 | 0.7 |
| Hex | CB | 8A | DC | 8 | 25 | 0 | E | 120 | 36 | 46 |
| Octal | 313 | 212 | 334 | 10 | 45 | 0 | 16 | 440 | 66 | 106 |
| Binary | 11001011 | 10001010 | 11011100 | 1000 | 100101 | 0 | 1110 | 100100000 | 110110 | 1000110 |
Color Harmonies of #CB8ADC
Complementary color
Monochromatic Colors of #CB8ADC
Black with #CB8ADC
Text Example
Text Example
White with #CB8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ADC; }
p { color: rgb(203,138,220); }
H1.HeaderClassName
{
color: #CB8ADC;
}
.AnyTagClassName
{
color: #CB8ADC;
}
</style>
background-color css
<style>
a { background-color: #CB8ADC; }
a { background-color: rgb(203,138,220); }
div.DivClassName
{
background-color: #CB8ADC;
}
.BgClassName
{
background-color: #CB8ADC;
}
</style>
border-color css
<style>
span { border-color: #CB8ADC; }
span { border-color: rgb(203,138,220); }
td.TdClassName
{
border-color: #CB8ADC;
}
.TagClassName
{
border-color: #CB8ADC;
}
</style>