Shades of Wisteria #CF90EF
Tints of Wisteria #CF90EF
RGB
CMYK
RGB Variations
Color information
#CF90EF (or 0xCF90EF) is known color: Wisteria. HEX triplet: CF, 90 and EF. RGB value is (207,144,239). Sum of RGB (Red+Green+Blue) = 207+144+239=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90EF is #306F10. Grayscale: #ADADAD. Windows color (decimal): -3174161 or 15700175. OLE color: 15700175.
HSL color Cylindrical-coordinate representation of color #CF90EF: hue angle of 279.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF90EF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 144 | 239 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.06 |
| HSL | 279.79º | 0.75% | 0.75% | - |
| HSV(B) | 279.79º | 0.4% | 0.94% | - |
| XYZ | 51.29 | 39.44 | 86.57 | - |
| YUV | 173.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 239 | 0.13 | 0.40 | 0 | 0.06 | 279.79 | 0.75 | 0.75 |
| Hex | CF | 90 | EF | D | 28 | 0 | 6 | 118 | 4B | 4B |
| Octal | 317 | 220 | 357 | 15 | 50 | 0 | 6 | 430 | 113 | 113 |
| Binary | 11001111 | 10010000 | 11101111 | 1101 | 101000 | 0 | 110 | 100011000 | 1001011 | 1001011 |
Color Harmonies of #CF90EF
Complementary color
Monochromatic Colors of #CF90EF
Black with #CF90EF
Text Example
Text Example
White with #CF90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90EF; }
p { color: rgb(207,144,239); }
H1.HeaderClassName
{
color: #CF90EF;
}
.AnyTagClassName
{
color: #CF90EF;
}
</style>
background-color css
<style>
a { background-color: #CF90EF; }
a { background-color: rgb(207,144,239); }
div.DivClassName
{
background-color: #CF90EF;
}
.BgClassName
{
background-color: #CF90EF;
}
</style>
border-color css
<style>
span { border-color: #CF90EF; }
span { border-color: rgb(207,144,239); }
td.TdClassName
{
border-color: #CF90EF;
}
.TagClassName
{
border-color: #CF90EF;
}
</style>