Shades of Wisteria #CFA3EE
Tints of Wisteria #CFA3EE
RGB
CMYK
RGB Variations
Color information
#CFA3EE (or 0xCFA3EE) is known color: Wisteria. HEX triplet: CF, A3 and EE. RGB value is (207,163,238). Sum of RGB (Red+Green+Blue) = 207+163+238=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3EE is #305C11. Grayscale: #B8B8B8. Windows color (decimal): -3169298 or 15639503. OLE color: 15639503.
HSL color Cylindrical-coordinate representation of color #CFA3EE: hue angle of 275.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA3EE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 163 | 238 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.07 |
| HSL | 275.2º | 0.69% | 0.79% | - |
| HSV(B) | 275.2º | 0.32% | 0.93% | - |
| XYZ | 54.26 | 45.63 | 86.84 | - |
| YUV | 184.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 238 | 0.13 | 0.32 | 0 | 0.07 | 275.2 | 0.69 | 0.79 |
| Hex | CF | A3 | EE | D | 20 | 0 | 7 | 113 | 45 | 4F |
| Octal | 317 | 243 | 356 | 15 | 40 | 0 | 7 | 423 | 105 | 117 |
| Binary | 11001111 | 10100011 | 11101110 | 1101 | 100000 | 0 | 111 | 100010011 | 1000101 | 1001111 |
Color Harmonies of #CFA3EE
Complementary color
Monochromatic Colors of #CFA3EE
Black with #CFA3EE
Text Example
Text Example
White with #CFA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3EE; }
p { color: rgb(207,163,238); }
H1.HeaderClassName
{
color: #CFA3EE;
}
.AnyTagClassName
{
color: #CFA3EE;
}
</style>
background-color css
<style>
a { background-color: #CFA3EE; }
a { background-color: rgb(207,163,238); }
div.DivClassName
{
background-color: #CFA3EE;
}
.BgClassName
{
background-color: #CFA3EE;
}
</style>
border-color css
<style>
span { border-color: #CFA3EE; }
span { border-color: rgb(207,163,238); }
td.TdClassName
{
border-color: #CFA3EE;
}
.TagClassName
{
border-color: #CFA3EE;
}
</style>