Shades of Wisteria #CF8CDE
Tints of Wisteria #CF8CDE
RGB
CMYK
RGB Variations
Color information
#CF8CDE (or 0xCF8CDE) is known color: Wisteria. HEX triplet: CF, 8C and DE. RGB value is (207,140,222). Sum of RGB (Red+Green+Blue) = 207+140+222=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CDE is #307321. Grayscale: #A9A9A9. Windows color (decimal): -3175202 or 14585039. OLE color: 14585039.
HSL color Cylindrical-coordinate representation of color #CF8CDE: hue angle of 289.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8CDE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 140 | 222 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.13 |
| HSL | 289.02º | 0.55% | 0.71% | - |
| HSV(B) | 289.02º | 0.37% | 0.87% | - |
| XYZ | 48.3 | 37.3 | 73.76 | - |
| YUV | 169.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 222 | 0.07 | 0.37 | 0 | 0.13 | 289.02 | 0.55 | 0.71 |
| Hex | CF | 8C | DE | 7 | 25 | 0 | D | 121 | 37 | 47 |
| Octal | 317 | 214 | 336 | 7 | 45 | 0 | 15 | 441 | 67 | 107 |
| Binary | 11001111 | 10001100 | 11011110 | 111 | 100101 | 0 | 1101 | 100100001 | 110111 | 1000111 |
Color Harmonies of #CF8CDE
Complementary color
Monochromatic Colors of #CF8CDE
Black with #CF8CDE
Text Example
Text Example
White with #CF8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CDE; }
p { color: rgb(207,140,222); }
H1.HeaderClassName
{
color: #CF8CDE;
}
.AnyTagClassName
{
color: #CF8CDE;
}
</style>
background-color css
<style>
a { background-color: #CF8CDE; }
a { background-color: rgb(207,140,222); }
div.DivClassName
{
background-color: #CF8CDE;
}
.BgClassName
{
background-color: #CF8CDE;
}
</style>
border-color css
<style>
span { border-color: #CF8CDE; }
span { border-color: rgb(207,140,222); }
td.TdClassName
{
border-color: #CF8CDE;
}
.TagClassName
{
border-color: #CF8CDE;
}
</style>