Shades of Wisteria #CF8DDC
Tints of Wisteria #CF8DDC
RGB
CMYK
RGB Variations
Color information
#CF8DDC (or 0xCF8DDC) is known color: Wisteria. HEX triplet: CF, 8D and DC. RGB value is (207,141,220). Sum of RGB (Red+Green+Blue) = 207+141+220=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DDC is #307223. Grayscale: #A9A9A9. Windows color (decimal): -3174948 or 14454223. OLE color: 14454223.
HSL color Cylindrical-coordinate representation of color #CF8DDC: hue angle of 290.13º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8DDC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 141 | 220 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.14 |
| HSL | 290.13º | 0.53% | 0.71% | - |
| HSV(B) | 290.13º | 0.36% | 0.86% | - |
| XYZ | 48.18 | 37.48 | 72.41 | - |
| YUV | 169.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 220 | 0.06 | 0.36 | 0 | 0.14 | 290.13 | 0.53 | 0.71 |
| Hex | CF | 8D | DC | 6 | 24 | 0 | E | 122 | 35 | 47 |
| Octal | 317 | 215 | 334 | 6 | 44 | 0 | 16 | 442 | 65 | 107 |
| Binary | 11001111 | 10001101 | 11011100 | 110 | 100100 | 0 | 1110 | 100100010 | 110101 | 1000111 |
Color Harmonies of #CF8DDC
Complementary color
Monochromatic Colors of #CF8DDC
Black with #CF8DDC
Text Example
Text Example
White with #CF8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DDC; }
p { color: rgb(207,141,220); }
H1.HeaderClassName
{
color: #CF8DDC;
}
.AnyTagClassName
{
color: #CF8DDC;
}
</style>
background-color css
<style>
a { background-color: #CF8DDC; }
a { background-color: rgb(207,141,220); }
div.DivClassName
{
background-color: #CF8DDC;
}
.BgClassName
{
background-color: #CF8DDC;
}
</style>
border-color css
<style>
span { border-color: #CF8DDC; }
span { border-color: rgb(207,141,220); }
td.TdClassName
{
border-color: #CF8DDC;
}
.TagClassName
{
border-color: #CF8DDC;
}
</style>