Shades of Wisteria #CFA3EF
Tints of Wisteria #CFA3EF
RGB
CMYK
RGB Variations
Color information
#CFA3EF (or 0xCFA3EF) is known color: Wisteria. HEX triplet: CF, A3 and EF. RGB value is (207,163,239). Sum of RGB (Red+Green+Blue) = 207+163+239=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3EF is #305C10. Grayscale: #B8B8B8. Windows color (decimal): -3169297 or 15705039. OLE color: 15705039.
HSL color Cylindrical-coordinate representation of color #CFA3EF: hue angle of 274.74º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA3EF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 163 | 239 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.06 |
| HSL | 274.74º | 0.7% | 0.79% | - |
| HSV(B) | 274.74º | 0.32% | 0.94% | - |
| XYZ | 54.41 | 45.69 | 87.61 | - |
| YUV | 184.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 239 | 0.13 | 0.32 | 0 | 0.06 | 274.74 | 0.7 | 0.79 |
| Hex | CF | A3 | EF | D | 20 | 0 | 6 | 113 | 46 | 4F |
| Octal | 317 | 243 | 357 | 15 | 40 | 0 | 6 | 423 | 106 | 117 |
| Binary | 11001111 | 10100011 | 11101111 | 1101 | 100000 | 0 | 110 | 100010011 | 1000110 | 1001111 |
Color Harmonies of #CFA3EF
Complementary color
Monochromatic Colors of #CFA3EF
Black with #CFA3EF
Text Example
Text Example
White with #CFA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3EF; }
p { color: rgb(207,163,239); }
H1.HeaderClassName
{
color: #CFA3EF;
}
.AnyTagClassName
{
color: #CFA3EF;
}
</style>
background-color css
<style>
a { background-color: #CFA3EF; }
a { background-color: rgb(207,163,239); }
div.DivClassName
{
background-color: #CFA3EF;
}
.BgClassName
{
background-color: #CFA3EF;
}
</style>
border-color css
<style>
span { border-color: #CFA3EF; }
span { border-color: rgb(207,163,239); }
td.TdClassName
{
border-color: #CFA3EF;
}
.TagClassName
{
border-color: #CFA3EF;
}
</style>