Shades of Wisteria #CF90DB
Tints of Wisteria #CF90DB
RGB
CMYK
RGB Variations
Color information
#CF90DB (or 0xCF90DB) is known color: Wisteria. HEX triplet: CF, 90 and DB. RGB value is (207,144,219). Sum of RGB (Red+Green+Blue) = 207+144+219=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90DB is #306F24. Grayscale: #ABABAB. Windows color (decimal): -3174181 or 14389455. OLE color: 14389455.
HSL color Cylindrical-coordinate representation of color #CF90DB: hue angle of 290.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF90DB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 144 | 219 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.14 |
| HSL | 290.4º | 0.51% | 0.71% | - |
| HSV(B) | 290.4º | 0.34% | 0.86% | - |
| XYZ | 48.49 | 38.33 | 71.86 | - |
| YUV | 171.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 219 | 0.05 | 0.34 | 0 | 0.14 | 290.4 | 0.51 | 0.71 |
| Hex | CF | 90 | DB | 5 | 22 | 0 | E | 122 | 33 | 47 |
| Octal | 317 | 220 | 333 | 5 | 42 | 0 | 16 | 442 | 63 | 107 |
| Binary | 11001111 | 10010000 | 11011011 | 101 | 100010 | 0 | 1110 | 100100010 | 110011 | 1000111 |
Color Harmonies of #CF90DB
Complementary color
Monochromatic Colors of #CF90DB
Black with #CF90DB
Text Example
Text Example
White with #CF90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90DB; }
p { color: rgb(207,144,219); }
H1.HeaderClassName
{
color: #CF90DB;
}
.AnyTagClassName
{
color: #CF90DB;
}
</style>
background-color css
<style>
a { background-color: #CF90DB; }
a { background-color: rgb(207,144,219); }
div.DivClassName
{
background-color: #CF90DB;
}
.BgClassName
{
background-color: #CF90DB;
}
</style>
border-color css
<style>
span { border-color: #CF90DB; }
span { border-color: rgb(207,144,219); }
td.TdClassName
{
border-color: #CF90DB;
}
.TagClassName
{
border-color: #CF90DB;
}
</style>