Shades of Wisteria #CFA6EA
Tints of Wisteria #CFA6EA
RGB
CMYK
RGB Variations
Color information
#CFA6EA (or 0xCFA6EA) is known color: Wisteria. HEX triplet: CF, A6 and EA. RGB value is (207,166,234). Sum of RGB (Red+Green+Blue) = 207+166+234=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6EA is #305915. Grayscale: #B9B9B9. Windows color (decimal): -3168534 or 15378127. OLE color: 15378127.
HSL color Cylindrical-coordinate representation of color #CFA6EA: hue angle of 276.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA6EA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 166 | 234 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.08 |
| HSL | 276.18º | 0.62% | 0.78% | - |
| HSV(B) | 276.18º | 0.29% | 0.92% | - |
| XYZ | 54.22 | 46.48 | 83.96 | - |
| YUV | 186.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 234 | 0.12 | 0.29 | 0 | 0.08 | 276.18 | 0.62 | 0.78 |
| Hex | CF | A6 | EA | C | 1D | 0 | 8 | 114 | 3E | 4E |
| Octal | 317 | 246 | 352 | 14 | 35 | 0 | 10 | 424 | 76 | 116 |
| Binary | 11001111 | 10100110 | 11101010 | 1100 | 11101 | 0 | 1000 | 100010100 | 111110 | 1001110 |
Color Harmonies of #CFA6EA
Complementary color
Monochromatic Colors of #CFA6EA
Black with #CFA6EA
Text Example
Text Example
White with #CFA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6EA; }
p { color: rgb(207,166,234); }
H1.HeaderClassName
{
color: #CFA6EA;
}
.AnyTagClassName
{
color: #CFA6EA;
}
</style>
background-color css
<style>
a { background-color: #CFA6EA; }
a { background-color: rgb(207,166,234); }
div.DivClassName
{
background-color: #CFA6EA;
}
.BgClassName
{
background-color: #CFA6EA;
}
</style>
border-color css
<style>
span { border-color: #CFA6EA; }
span { border-color: rgb(207,166,234); }
td.TdClassName
{
border-color: #CFA6EA;
}
.TagClassName
{
border-color: #CFA6EA;
}
</style>