Shades of Wisteria #CFA3E6
Tints of Wisteria #CFA3E6
RGB
CMYK
RGB Variations
Color information
#CFA3E6 (or 0xCFA3E6) is known color: Wisteria. HEX triplet: CF, A3 and E6. RGB value is (207,163,230). Sum of RGB (Red+Green+Blue) = 207+163+230=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFA3E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3E6 is #305C19. Grayscale: #B7B7B7. Windows color (decimal): -3169306 or 15115215. OLE color: 15115215.
HSL color Cylindrical-coordinate representation of color #CFA3E6: hue angle of 279.4º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA3E6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 163 | 230 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.10 |
| HSL | 279.4º | 0.57% | 0.77% | - |
| HSV(B) | 279.4º | 0.29% | 0.9% | - |
| XYZ | 53.11 | 45.17 | 80.78 | - |
| YUV | 183.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 230 | 0.10 | 0.29 | 0 | 0.10 | 279.4 | 0.57 | 0.77 |
| Hex | CF | A3 | E6 | A | 1D | 0 | A | 117 | 39 | 4D |
| Octal | 317 | 243 | 346 | 12 | 35 | 0 | 12 | 427 | 71 | 115 |
| Binary | 11001111 | 10100011 | 11100110 | 1010 | 11101 | 0 | 1010 | 100010111 | 111001 | 1001101 |
Color Harmonies of #CFA3E6
Complementary color
Monochromatic Colors of #CFA3E6
Black with #CFA3E6
Text Example
Text Example
White with #CFA3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3E6; }
p { color: rgb(207,163,230); }
H1.HeaderClassName
{
color: #CFA3E6;
}
.AnyTagClassName
{
color: #CFA3E6;
}
</style>
background-color css
<style>
a { background-color: #CFA3E6; }
a { background-color: rgb(207,163,230); }
div.DivClassName
{
background-color: #CFA3E6;
}
.BgClassName
{
background-color: #CFA3E6;
}
</style>
border-color css
<style>
span { border-color: #CFA3E6; }
span { border-color: rgb(207,163,230); }
td.TdClassName
{
border-color: #CFA3E6;
}
.TagClassName
{
border-color: #CFA3E6;
}
</style>