Shades of Wisteria #CB8FDC
Tints of Wisteria #CB8FDC
RGB
CMYK
RGB Variations
Color information
#CB8FDC (or 0xCB8FDC) is known color: Wisteria. HEX triplet: CB, 8F and DC. RGB value is (203,143,220). Sum of RGB (Red+Green+Blue) = 203+143+220=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FDC is #347023. Grayscale: #A9A9A9. Windows color (decimal): -3436580 or 14454731. OLE color: 14454731.
HSL color Cylindrical-coordinate representation of color #CB8FDC: hue angle of 286.75º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8FDC is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 143 | 220 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.14 |
| HSL | 286.75º | 0.52% | 0.71% | - |
| HSV(B) | 286.75º | 0.35% | 0.86% | - |
| XYZ | 47.37 | 37.51 | 72.45 | - |
| YUV | 169.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 220 | 0.08 | 0.35 | 0 | 0.14 | 286.75 | 0.52 | 0.71 |
| Hex | CB | 8F | DC | 8 | 23 | 0 | E | 11F | 34 | 47 |
| Octal | 313 | 217 | 334 | 10 | 43 | 0 | 16 | 437 | 64 | 107 |
| Binary | 11001011 | 10001111 | 11011100 | 1000 | 100011 | 0 | 1110 | 100011111 | 110100 | 1000111 |
Color Harmonies of #CB8FDC
Complementary color
Monochromatic Colors of #CB8FDC
Black with #CB8FDC
Text Example
Text Example
White with #CB8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FDC; }
p { color: rgb(203,143,220); }
H1.HeaderClassName
{
color: #CB8FDC;
}
.AnyTagClassName
{
color: #CB8FDC;
}
</style>
background-color css
<style>
a { background-color: #CB8FDC; }
a { background-color: rgb(203,143,220); }
div.DivClassName
{
background-color: #CB8FDC;
}
.BgClassName
{
background-color: #CB8FDC;
}
</style>
border-color css
<style>
span { border-color: #CB8FDC; }
span { border-color: rgb(203,143,220); }
td.TdClassName
{
border-color: #CB8FDC;
}
.TagClassName
{
border-color: #CB8FDC;
}
</style>