Shades of Wisteria #CF8BDC
Tints of Wisteria #CF8BDC
RGB
CMYK
RGB Variations
Color information
#CF8BDC (or 0xCF8BDC) is known color: Wisteria. HEX triplet: CF, 8B and DC. RGB value is (207,139,220). Sum of RGB (Red+Green+Blue) = 207+139+220=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 139 (54.69% from 255 or 24.56% 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 #CF8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDC is #307423. Grayscale: #A8A8A8. Windows color (decimal): -3175460 or 14453711. OLE color: 14453711.
HSL color Cylindrical-coordinate representation of color #CF8BDC: hue angle of 290.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8BDC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 139 | 220 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.14 |
| HSL | 290.37º | 0.54% | 0.7% | - |
| HSV(B) | 290.37º | 0.37% | 0.86% | - |
| XYZ | 47.88 | 36.9 | 72.31 | - |
| YUV | 168.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 220 | 0.06 | 0.37 | 0 | 0.14 | 290.37 | 0.54 | 0.7 |
| Hex | CF | 8B | DC | 6 | 25 | 0 | E | 122 | 36 | 46 |
| Octal | 317 | 213 | 334 | 6 | 45 | 0 | 16 | 442 | 66 | 106 |
| Binary | 11001111 | 10001011 | 11011100 | 110 | 100101 | 0 | 1110 | 100100010 | 110110 | 1000110 |
Color Harmonies of #CF8BDC
Complementary color
Monochromatic Colors of #CF8BDC
Black with #CF8BDC
Text Example
Text Example
White with #CF8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BDC; }
p { color: rgb(207,139,220); }
H1.HeaderClassName
{
color: #CF8BDC;
}
.AnyTagClassName
{
color: #CF8BDC;
}
</style>
background-color css
<style>
a { background-color: #CF8BDC; }
a { background-color: rgb(207,139,220); }
div.DivClassName
{
background-color: #CF8BDC;
}
.BgClassName
{
background-color: #CF8BDC;
}
</style>
border-color css
<style>
span { border-color: #CF8BDC; }
span { border-color: rgb(207,139,220); }
td.TdClassName
{
border-color: #CF8BDC;
}
.TagClassName
{
border-color: #CF8BDC;
}
</style>