Shades of Wisteria #CF90EB
Tints of Wisteria #CF90EB
RGB
CMYK
RGB Variations
Color information
#CF90EB (or 0xCF90EB) is known color: Wisteria. HEX triplet: CF, 90 and EB. RGB value is (207,144,235). Sum of RGB (Red+Green+Blue) = 207+144+235=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90EB is #306F14. Grayscale: #ACACAC. Windows color (decimal): -3174165 or 15438031. OLE color: 15438031.
HSL color Cylindrical-coordinate representation of color #CF90EB: hue angle of 281.54º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF90EB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 144 | 235 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.08 |
| HSL | 281.54º | 0.69% | 0.74% | - |
| HSV(B) | 281.54º | 0.39% | 0.92% | - |
| XYZ | 50.7 | 39.21 | 83.49 | - |
| YUV | 173.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 235 | 0.12 | 0.39 | 0 | 0.08 | 281.54 | 0.69 | 0.74 |
| Hex | CF | 90 | EB | C | 27 | 0 | 8 | 11A | 45 | 4A |
| Octal | 317 | 220 | 353 | 14 | 47 | 0 | 10 | 432 | 105 | 112 |
| Binary | 11001111 | 10010000 | 11101011 | 1100 | 100111 | 0 | 1000 | 100011010 | 1000101 | 1001010 |
Color Harmonies of #CF90EB
Complementary color
Monochromatic Colors of #CF90EB
Black with #CF90EB
Text Example
Text Example
White with #CF90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90EB; }
p { color: rgb(207,144,235); }
H1.HeaderClassName
{
color: #CF90EB;
}
.AnyTagClassName
{
color: #CF90EB;
}
</style>
background-color css
<style>
a { background-color: #CF90EB; }
a { background-color: rgb(207,144,235); }
div.DivClassName
{
background-color: #CF90EB;
}
.BgClassName
{
background-color: #CF90EB;
}
</style>
border-color css
<style>
span { border-color: #CF90EB; }
span { border-color: rgb(207,144,235); }
td.TdClassName
{
border-color: #CF90EB;
}
.TagClassName
{
border-color: #CF90EB;
}
</style>