Shades of Wisteria #CBA8DF
Tints of Wisteria #CBA8DF
RGB
CMYK
RGB Variations
Color information
#CBA8DF (or 0xCBA8DF) is known color: Wisteria. HEX triplet: CB, A8 and DF. RGB value is (203,168,223). Sum of RGB (Red+Green+Blue) = 203+168+223=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8DF is #345720. Grayscale: #B8B8B8. Windows color (decimal): -3430177 or 14657739. OLE color: 14657739.
HSL color Cylindrical-coordinate representation of color #CBA8DF: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA8DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 168 | 223 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 278.18º | 0.46% | 0.77% | - |
| HSV(B) | 278.18º | 0.25% | 0.87% | - |
| XYZ | 51.95 | 46.03 | 75.96 | - |
| YUV | 184.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 223 | 0.09 | 0.25 | 0 | 0.13 | 278.18 | 0.46 | 0.77 |
| Hex | CB | A8 | DF | 9 | 19 | 0 | D | 116 | 2E | 4D |
| Octal | 313 | 250 | 337 | 11 | 31 | 0 | 15 | 426 | 56 | 115 |
| Binary | 11001011 | 10101000 | 11011111 | 1001 | 11001 | 0 | 1101 | 100010110 | 101110 | 1001101 |
Color Harmonies of #CBA8DF
Complementary color
Monochromatic Colors of #CBA8DF
Black with #CBA8DF
Text Example
Text Example
White with #CBA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8DF; }
p { color: rgb(203,168,223); }
H1.HeaderClassName
{
color: #CBA8DF;
}
.AnyTagClassName
{
color: #CBA8DF;
}
</style>
background-color css
<style>
a { background-color: #CBA8DF; }
a { background-color: rgb(203,168,223); }
div.DivClassName
{
background-color: #CBA8DF;
}
.BgClassName
{
background-color: #CBA8DF;
}
</style>
border-color css
<style>
span { border-color: #CBA8DF; }
span { border-color: rgb(203,168,223); }
td.TdClassName
{
border-color: #CBA8DF;
}
.TagClassName
{
border-color: #CBA8DF;
}
</style>