Shades of Wisteria #CFA6DE
Tints of Wisteria #CFA6DE
RGB
CMYK
RGB Variations
Color information
#CFA6DE (or 0xCFA6DE) is known color: Wisteria. HEX triplet: CF, A6 and DE. RGB value is (207,166,222). Sum of RGB (Red+Green+Blue) = 207+166+222=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6DE is #305921. Grayscale: #B8B8B8. Windows color (decimal): -3168546 or 14591695. OLE color: 14591695.
HSL color Cylindrical-coordinate representation of color #CFA6DE: hue angle of 283.93º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFA6DE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 166 | 222 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.13 |
| HSL | 283.93º | 0.46% | 0.76% | - |
| HSV(B) | 283.93º | 0.25% | 0.87% | - |
| XYZ | 52.55 | 45.81 | 75.18 | - |
| YUV | 184.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 222 | 0.07 | 0.25 | 0 | 0.13 | 283.93 | 0.46 | 0.76 |
| Hex | CF | A6 | DE | 7 | 19 | 0 | D | 11C | 2E | 4C |
| Octal | 317 | 246 | 336 | 7 | 31 | 0 | 15 | 434 | 56 | 114 |
| Binary | 11001111 | 10100110 | 11011110 | 111 | 11001 | 0 | 1101 | 100011100 | 101110 | 1001100 |
Color Harmonies of #CFA6DE
Complementary color
Monochromatic Colors of #CFA6DE
Black with #CFA6DE
Text Example
Text Example
White with #CFA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6DE; }
p { color: rgb(207,166,222); }
H1.HeaderClassName
{
color: #CFA6DE;
}
.AnyTagClassName
{
color: #CFA6DE;
}
</style>
background-color css
<style>
a { background-color: #CFA6DE; }
a { background-color: rgb(207,166,222); }
div.DivClassName
{
background-color: #CFA6DE;
}
.BgClassName
{
background-color: #CFA6DE;
}
</style>
border-color css
<style>
span { border-color: #CFA6DE; }
span { border-color: rgb(207,166,222); }
td.TdClassName
{
border-color: #CFA6DE;
}
.TagClassName
{
border-color: #CFA6DE;
}
</style>