Shades of Wisteria #CF90E3
Tints of Wisteria #CF90E3
RGB
CMYK
RGB Variations
Color information
#CF90E3 (or 0xCF90E3) is known color: Wisteria. HEX triplet: CF, 90 and E3. RGB value is (207,144,227). Sum of RGB (Red+Green+Blue) = 207+144+227=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF90E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90E3 is #306F1C. Grayscale: #ACACAC. Windows color (decimal): -3174173 or 14913743. OLE color: 14913743.
HSL color Cylindrical-coordinate representation of color #CF90E3: hue angle of 285.54º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF90E3 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 144 | 227 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.11 |
| HSL | 285.54º | 0.6% | 0.73% | - |
| HSV(B) | 285.54º | 0.37% | 0.89% | - |
| XYZ | 49.57 | 38.76 | 77.54 | - |
| YUV | 172.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 227 | 0.09 | 0.37 | 0 | 0.11 | 285.54 | 0.6 | 0.73 |
| Hex | CF | 90 | E3 | 9 | 25 | 0 | B | 11E | 3C | 49 |
| Octal | 317 | 220 | 343 | 11 | 45 | 0 | 13 | 436 | 74 | 111 |
| Binary | 11001111 | 10010000 | 11100011 | 1001 | 100101 | 0 | 1011 | 100011110 | 111100 | 1001001 |
Color Harmonies of #CF90E3
Complementary color
Monochromatic Colors of #CF90E3
Black with #CF90E3
Text Example
Text Example
White with #CF90E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90E3; }
p { color: rgb(207,144,227); }
H1.HeaderClassName
{
color: #CF90E3;
}
.AnyTagClassName
{
color: #CF90E3;
}
</style>
background-color css
<style>
a { background-color: #CF90E3; }
a { background-color: rgb(207,144,227); }
div.DivClassName
{
background-color: #CF90E3;
}
.BgClassName
{
background-color: #CF90E3;
}
</style>
border-color css
<style>
span { border-color: #CF90E3; }
span { border-color: rgb(207,144,227); }
td.TdClassName
{
border-color: #CF90E3;
}
.TagClassName
{
border-color: #CF90E3;
}
</style>