Shades of Wisteria #CFA8EB
Tints of Wisteria #CFA8EB
RGB
CMYK
RGB Variations
Color information
#CFA8EB (or 0xCFA8EB) is known color: Wisteria. HEX triplet: CF, A8 and EB. RGB value is (207,168,235). Sum of RGB (Red+Green+Blue) = 207+168+235=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8EB is #305714. Grayscale: #BBBBBB. Windows color (decimal): -3168021 or 15444175. OLE color: 15444175.
HSL color Cylindrical-coordinate representation of color #CFA8EB: hue angle of 274.93º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA8EB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 168 | 235 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.08 |
| HSL | 274.93º | 0.63% | 0.79% | - |
| HSV(B) | 274.93º | 0.29% | 0.92% | - |
| XYZ | 54.73 | 47.27 | 84.84 | - |
| YUV | 187.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 235 | 0.12 | 0.29 | 0 | 0.08 | 274.93 | 0.63 | 0.79 |
| Hex | CF | A8 | EB | C | 1D | 0 | 8 | 113 | 3F | 4F |
| Octal | 317 | 250 | 353 | 14 | 35 | 0 | 10 | 423 | 77 | 117 |
| Binary | 11001111 | 10101000 | 11101011 | 1100 | 11101 | 0 | 1000 | 100010011 | 111111 | 1001111 |
Color Harmonies of #CFA8EB
Complementary color
Monochromatic Colors of #CFA8EB
Black with #CFA8EB
Text Example
Text Example
White with #CFA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8EB; }
p { color: rgb(207,168,235); }
H1.HeaderClassName
{
color: #CFA8EB;
}
.AnyTagClassName
{
color: #CFA8EB;
}
</style>
background-color css
<style>
a { background-color: #CFA8EB; }
a { background-color: rgb(207,168,235); }
div.DivClassName
{
background-color: #CFA8EB;
}
.BgClassName
{
background-color: #CFA8EB;
}
</style>
border-color css
<style>
span { border-color: #CFA8EB; }
span { border-color: rgb(207,168,235); }
td.TdClassName
{
border-color: #CFA8EB;
}
.TagClassName
{
border-color: #CFA8EB;
}
</style>