Shades of Wisteria #CFA1ED
Tints of Wisteria #CFA1ED
RGB
CMYK
RGB Variations
Color information
#CFA1ED (or 0xCFA1ED) is known color: Wisteria. HEX triplet: CF, A1 and ED. RGB value is (207,161,237). Sum of RGB (Red+Green+Blue) = 207+161+237=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1ED is #305E12. Grayscale: #B7B7B7. Windows color (decimal): -3169811 or 15573455. OLE color: 15573455.
HSL color Cylindrical-coordinate representation of color #CFA1ED: hue angle of 276.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA1ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 161 | 237 | - |
CMYK | 0.13 | 0.32 | 0 | 0.07 |
HSL | 276.32º | 0.68% | 0.78% | - |
HSV(B) | 276.32º | 0.32% | 0.93% | - |
XYZ | 53.76 | 44.87 | 85.95 | - |
YUV | 183.42 | 158.24 | 144.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 161 | 237 | 0.13 | 0.32 | 0 | 0.07 | 276.32 | 0.68 | 0.78 |
Hex | CF | A1 | ED | D | 20 | 0 | 7 | 114 | 44 | 4E |
Octal | 317 | 241 | 355 | 15 | 40 | 0 | 7 | 424 | 104 | 116 |
Binary | 11001111 | 10100001 | 11101101 | 1101 | 100000 | 0 | 111 | 100010100 | 1000100 | 1001110 |
Color Harmonies of #CFA1ED
Complementary color
Monochromatic Colors of #CFA1ED
Black with #CFA1ED
Text Example
Text Example
White with #CFA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1ED; }
p { color: rgb(207,161,237); }
H1.HeaderClassName
{
color: #CFA1ED;
}
.AnyTagClassName
{
color: #CFA1ED;
}
</style>
background-color css
<style>
a { background-color: #CFA1ED; }
a { background-color: rgb(207,161,237); }
div.DivClassName
{
background-color: #CFA1ED;
}
.BgClassName
{
background-color: #CFA1ED;
}
</style>
border-color css
<style>
span { border-color: #CFA1ED; }
span { border-color: rgb(207,161,237); }
td.TdClassName
{
border-color: #CFA1ED;
}
.TagClassName
{
border-color: #CFA1ED;
}
</style>