Shades of Wisteria #CB8FD4
Tints of Wisteria #CB8FD4
RGB
CMYK
RGB Variations
Color information
#CB8FD4 (or 0xCB8FD4) is known color: Wisteria. HEX triplet: CB, 8F and D4. RGB value is (203,143,212). Sum of RGB (Red+Green+Blue) = 203+143+212=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB8FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FD4 is #34702B. Grayscale: #A8A8A8. Windows color (decimal): -3436588 or 13930443. OLE color: 13930443.
HSL color Cylindrical-coordinate representation of color #CB8FD4: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8FD4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 143 | 212 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.17 |
| HSL | 292.17º | 0.45% | 0.7% | - |
| HSV(B) | 292.17º | 0.33% | 0.83% | - |
| XYZ | 46.33 | 37.09 | 67.01 | - |
| YUV | 168.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 212 | 0.04 | 0.33 | 0 | 0.17 | 292.17 | 0.45 | 0.7 |
| Hex | CB | 8F | D4 | 4 | 21 | 0 | 11 | 124 | 2D | 46 |
| Octal | 313 | 217 | 324 | 4 | 41 | 0 | 21 | 444 | 55 | 106 |
| Binary | 11001011 | 10001111 | 11010100 | 100 | 100001 | 0 | 10001 | 100100100 | 101101 | 1000110 |
Color Harmonies of #CB8FD4
Complementary color
Monochromatic Colors of #CB8FD4
Black with #CB8FD4
Text Example
Text Example
White with #CB8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FD4; }
p { color: rgb(203,143,212); }
H1.HeaderClassName
{
color: #CB8FD4;
}
.AnyTagClassName
{
color: #CB8FD4;
}
</style>
background-color css
<style>
a { background-color: #CB8FD4; }
a { background-color: rgb(203,143,212); }
div.DivClassName
{
background-color: #CB8FD4;
}
.BgClassName
{
background-color: #CB8FD4;
}
</style>
border-color css
<style>
span { border-color: #CB8FD4; }
span { border-color: rgb(203,143,212); }
td.TdClassName
{
border-color: #CB8FD4;
}
.TagClassName
{
border-color: #CB8FD4;
}
</style>