Shades of Wisteria #CFA5EE
Tints of Wisteria #CFA5EE
RGB
CMYK
RGB Variations
Color information
#CFA5EE (or 0xCFA5EE) is known color: Wisteria. HEX triplet: CF, A5 and EE. RGB value is (207,165,238). Sum of RGB (Red+Green+Blue) = 207+165+238=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA5EE is #305A11. Grayscale: #B9B9B9. Windows color (decimal): -3168786 or 15640015. OLE color: 15640015.
HSL color Cylindrical-coordinate representation of color #CFA5EE: hue angle of 274.52º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA5EE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 165 | 238 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 274.52º | 0.68% | 0.79% | - |
| HSV(B) | 274.52º | 0.31% | 0.93% | - |
| XYZ | 54.62 | 46.35 | 86.96 | - |
| YUV | 185.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 238 | 0.13 | 0.31 | 0 | 0.07 | 274.52 | 0.68 | 0.79 |
| Hex | CF | A5 | EE | D | 1F | 0 | 7 | 113 | 44 | 4F |
| Octal | 317 | 245 | 356 | 15 | 37 | 0 | 7 | 423 | 104 | 117 |
| Binary | 11001111 | 10100101 | 11101110 | 1101 | 11111 | 0 | 111 | 100010011 | 1000100 | 1001111 |
Color Harmonies of #CFA5EE
Complementary color
Monochromatic Colors of #CFA5EE
Black with #CFA5EE
Text Example
Text Example
White with #CFA5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5EE; }
p { color: rgb(207,165,238); }
H1.HeaderClassName
{
color: #CFA5EE;
}
.AnyTagClassName
{
color: #CFA5EE;
}
</style>
background-color css
<style>
a { background-color: #CFA5EE; }
a { background-color: rgb(207,165,238); }
div.DivClassName
{
background-color: #CFA5EE;
}
.BgClassName
{
background-color: #CFA5EE;
}
</style>
border-color css
<style>
span { border-color: #CFA5EE; }
span { border-color: rgb(207,165,238); }
td.TdClassName
{
border-color: #CFA5EE;
}
.TagClassName
{
border-color: #CFA5EE;
}
</style>