Shades of Wisteria #CBA4DF
Tints of Wisteria #CBA4DF
RGB
CMYK
RGB Variations
Color information
#CBA4DF (or 0xCBA4DF) is known color: Wisteria. HEX triplet: CB, A4 and DF. RGB value is (203,164,223). Sum of RGB (Red+Green+Blue) = 203+164+223=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DF is #345B20. Grayscale: #B6B6B6. Windows color (decimal): -3431201 or 14656715. OLE color: 14656715.
HSL color Cylindrical-coordinate representation of color #CBA4DF: hue angle of 279.66º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBA4DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 164 | 223 | - |
CMYK | 0.09 | 0.26 | 0 | 0.13 |
HSL | 279.66º | 0.48% | 0.76% | - |
HSV(B) | 279.66º | 0.26% | 0.87% | - |
XYZ | 51.22 | 44.58 | 75.72 | - |
YUV | 182.39 | 150.92 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 164 | 223 | 0.09 | 0.26 | 0 | 0.13 | 279.66 | 0.48 | 0.76 |
Hex | CB | A4 | DF | 9 | 1A | 0 | D | 118 | 30 | 4C |
Octal | 313 | 244 | 337 | 11 | 32 | 0 | 15 | 430 | 60 | 114 |
Binary | 11001011 | 10100100 | 11011111 | 1001 | 11010 | 0 | 1101 | 100011000 | 110000 | 1001100 |
Color Harmonies of #CBA4DF
Complementary color
Monochromatic Colors of #CBA4DF
Black with #CBA4DF
Text Example
Text Example
White with #CBA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4DF; }
p { color: rgb(203,164,223); }
H1.HeaderClassName
{
color: #CBA4DF;
}
.AnyTagClassName
{
color: #CBA4DF;
}
</style>
background-color css
<style>
a { background-color: #CBA4DF; }
a { background-color: rgb(203,164,223); }
div.DivClassName
{
background-color: #CBA4DF;
}
.BgClassName
{
background-color: #CBA4DF;
}
</style>
border-color css
<style>
span { border-color: #CBA4DF; }
span { border-color: rgb(203,164,223); }
td.TdClassName
{
border-color: #CBA4DF;
}
.TagClassName
{
border-color: #CBA4DF;
}
</style>