Shades of Wisteria #CF8DDA
Tints of Wisteria #CF8DDA
RGB
CMYK
RGB Variations
Color information
#CF8DDA (or 0xCF8DDA) is known color: Wisteria. HEX triplet: CF, 8D and DA. RGB value is (207,141,218). Sum of RGB (Red+Green+Blue) = 207+141+218=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DDA is #307225. Grayscale: #A9A9A9. Windows color (decimal): -3174950 or 14323151. OLE color: 14323151.
HSL color Cylindrical-coordinate representation of color #CF8DDA: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF8DDA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 141 | 218 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.15 |
| HSL | 291.43º | 0.51% | 0.7% | - |
| HSV(B) | 291.43º | 0.35% | 0.85% | - |
| XYZ | 47.91 | 37.38 | 71.02 | - |
| YUV | 169.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 218 | 0.05 | 0.35 | 0 | 0.15 | 291.43 | 0.51 | 0.7 |
| Hex | CF | 8D | DA | 5 | 23 | 0 | F | 123 | 33 | 46 |
| Octal | 317 | 215 | 332 | 5 | 43 | 0 | 17 | 443 | 63 | 106 |
| Binary | 11001111 | 10001101 | 11011010 | 101 | 100011 | 0 | 1111 | 100100011 | 110011 | 1000110 |
Color Harmonies of #CF8DDA
Complementary color
Monochromatic Colors of #CF8DDA
Black with #CF8DDA
Text Example
Text Example
White with #CF8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DDA; }
p { color: rgb(207,141,218); }
H1.HeaderClassName
{
color: #CF8DDA;
}
.AnyTagClassName
{
color: #CF8DDA;
}
</style>
background-color css
<style>
a { background-color: #CF8DDA; }
a { background-color: rgb(207,141,218); }
div.DivClassName
{
background-color: #CF8DDA;
}
.BgClassName
{
background-color: #CF8DDA;
}
</style>
border-color css
<style>
span { border-color: #CF8DDA; }
span { border-color: rgb(207,141,218); }
td.TdClassName
{
border-color: #CF8DDA;
}
.TagClassName
{
border-color: #CF8DDA;
}
</style>