Shades of Wisteria #CFA3DE
Tints of Wisteria #CFA3DE
RGB
CMYK
RGB Variations
Color information
#CFA3DE (or 0xCFA3DE) is known color: Wisteria. HEX triplet: CF, A3 and DE. RGB value is (207,163,222). Sum of RGB (Red+Green+Blue) = 207+163+222=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3DE is #305C21. Grayscale: #B6B6B6. Windows color (decimal): -3169314 or 14590927. OLE color: 14590927.
HSL color Cylindrical-coordinate representation of color #CFA3DE: hue angle of 284.75º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA3DE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 163 | 222 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 284.75º | 0.47% | 0.75% | - |
| HSV(B) | 284.75º | 0.27% | 0.87% | - |
| XYZ | 52.01 | 44.73 | 75 | - |
| YUV | 182.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 222 | 0.07 | 0.27 | 0 | 0.13 | 284.75 | 0.47 | 0.75 |
| Hex | CF | A3 | DE | 7 | 1B | 0 | D | 11D | 2F | 4B |
| Octal | 317 | 243 | 336 | 7 | 33 | 0 | 15 | 435 | 57 | 113 |
| Binary | 11001111 | 10100011 | 11011110 | 111 | 11011 | 0 | 1101 | 100011101 | 101111 | 1001011 |
Color Harmonies of #CFA3DE
Complementary color
Monochromatic Colors of #CFA3DE
Black with #CFA3DE
Text Example
Text Example
White with #CFA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3DE; }
p { color: rgb(207,163,222); }
H1.HeaderClassName
{
color: #CFA3DE;
}
.AnyTagClassName
{
color: #CFA3DE;
}
</style>
background-color css
<style>
a { background-color: #CFA3DE; }
a { background-color: rgb(207,163,222); }
div.DivClassName
{
background-color: #CFA3DE;
}
.BgClassName
{
background-color: #CFA3DE;
}
</style>
border-color css
<style>
span { border-color: #CFA3DE; }
span { border-color: rgb(207,163,222); }
td.TdClassName
{
border-color: #CFA3DE;
}
.TagClassName
{
border-color: #CFA3DE;
}
</style>