Shades of Wisteria #CB8ADF
Tints of Wisteria #CB8ADF
RGB
CMYK
RGB Variations
Color information
#CB8ADF (or 0xCB8ADF) is known color: Wisteria. HEX triplet: CB, 8A and DF. RGB value is (203,138,223). Sum of RGB (Red+Green+Blue) = 203+138+223=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ADF is #347520. Grayscale: #A6A6A6. Windows color (decimal): -3437857 or 14650059. OLE color: 14650059.
HSL color Cylindrical-coordinate representation of color #CB8ADF: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB8ADF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 138 | 223 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.13 |
| HSL | 285.88º | 0.57% | 0.71% | - |
| HSV(B) | 285.88º | 0.38% | 0.87% | - |
| XYZ | 47.04 | 36.2 | 74.32 | - |
| YUV | 167.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 223 | 0.09 | 0.38 | 0 | 0.13 | 285.88 | 0.57 | 0.71 |
| Hex | CB | 8A | DF | 9 | 26 | 0 | D | 11E | 39 | 47 |
| Octal | 313 | 212 | 337 | 11 | 46 | 0 | 15 | 436 | 71 | 107 |
| Binary | 11001011 | 10001010 | 11011111 | 1001 | 100110 | 0 | 1101 | 100011110 | 111001 | 1000111 |
Color Harmonies of #CB8ADF
Complementary color
Monochromatic Colors of #CB8ADF
Black with #CB8ADF
Text Example
Text Example
White with #CB8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ADF; }
p { color: rgb(203,138,223); }
H1.HeaderClassName
{
color: #CB8ADF;
}
.AnyTagClassName
{
color: #CB8ADF;
}
</style>
background-color css
<style>
a { background-color: #CB8ADF; }
a { background-color: rgb(203,138,223); }
div.DivClassName
{
background-color: #CB8ADF;
}
.BgClassName
{
background-color: #CB8ADF;
}
</style>
border-color css
<style>
span { border-color: #CB8ADF; }
span { border-color: rgb(203,138,223); }
td.TdClassName
{
border-color: #CB8ADF;
}
.TagClassName
{
border-color: #CB8ADF;
}
</style>