Shades of Wisteria #CF8EDC
Tints of Wisteria #CF8EDC
RGB
CMYK
RGB Variations
Color information
#CF8EDC (or 0xCF8EDC) is known color: Wisteria. HEX triplet: CF, 8E and DC. RGB value is (207,142,220). Sum of RGB (Red+Green+Blue) = 207+142+220=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8EDC is #307123. Grayscale: #AAAAAA. Windows color (decimal): -3174692 or 14454479. OLE color: 14454479.
HSL color Cylindrical-coordinate representation of color #CF8EDC: hue angle of 290º degrees, saturation: 0.53, 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 #CF8EDC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 142 | 220 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.14 |
| HSL | 290º | 0.53% | 0.71% | - |
| HSV(B) | 290º | 0.35% | 0.86% | - |
| XYZ | 48.32 | 37.78 | 72.46 | - |
| YUV | 170.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 220 | 0.06 | 0.35 | 0 | 0.14 | 290 | 0.53 | 0.71 |
| Hex | CF | 8E | DC | 6 | 23 | 0 | E | 122 | 35 | 47 |
| Octal | 317 | 216 | 334 | 6 | 43 | 0 | 16 | 442 | 65 | 107 |
| Binary | 11001111 | 10001110 | 11011100 | 110 | 100011 | 0 | 1110 | 100100010 | 110101 | 1000111 |
Color Harmonies of #CF8EDC
Complementary color
Monochromatic Colors of #CF8EDC
Black with #CF8EDC
Text Example
Text Example
White with #CF8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EDC; }
p { color: rgb(207,142,220); }
H1.HeaderClassName
{
color: #CF8EDC;
}
.AnyTagClassName
{
color: #CF8EDC;
}
</style>
background-color css
<style>
a { background-color: #CF8EDC; }
a { background-color: rgb(207,142,220); }
div.DivClassName
{
background-color: #CF8EDC;
}
.BgClassName
{
background-color: #CF8EDC;
}
</style>
border-color css
<style>
span { border-color: #CF8EDC; }
span { border-color: rgb(207,142,220); }
td.TdClassName
{
border-color: #CF8EDC;
}
.TagClassName
{
border-color: #CF8EDC;
}
</style>