Shades of Wisteria #CF90DA
Tints of Wisteria #CF90DA
RGB
CMYK
RGB Variations
Color information
#CF90DA (or 0xCF90DA) is known color: Wisteria. HEX triplet: CF, 90 and DA. RGB value is (207,144,218). Sum of RGB (Red+Green+Blue) = 207+144+218=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90DA is #306F25. Grayscale: #ABABAB. Windows color (decimal): -3174182 or 14323919. OLE color: 14323919.
HSL color Cylindrical-coordinate representation of color #CF90DA: hue angle of 291.08º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF90DA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 144 | 218 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.15 |
| HSL | 291.08º | 0.5% | 0.71% | - |
| HSV(B) | 291.08º | 0.34% | 0.85% | - |
| XYZ | 48.36 | 38.27 | 71.17 | - |
| YUV | 171.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 218 | 0.05 | 0.34 | 0 | 0.15 | 291.08 | 0.5 | 0.71 |
| Hex | CF | 90 | DA | 5 | 22 | 0 | F | 123 | 32 | 47 |
| Octal | 317 | 220 | 332 | 5 | 42 | 0 | 17 | 443 | 62 | 107 |
| Binary | 11001111 | 10010000 | 11011010 | 101 | 100010 | 0 | 1111 | 100100011 | 110010 | 1000111 |
Color Harmonies of #CF90DA
Complementary color
Monochromatic Colors of #CF90DA
Black with #CF90DA
Text Example
Text Example
White with #CF90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90DA; }
p { color: rgb(207,144,218); }
H1.HeaderClassName
{
color: #CF90DA;
}
.AnyTagClassName
{
color: #CF90DA;
}
</style>
background-color css
<style>
a { background-color: #CF90DA; }
a { background-color: rgb(207,144,218); }
div.DivClassName
{
background-color: #CF90DA;
}
.BgClassName
{
background-color: #CF90DA;
}
</style>
border-color css
<style>
span { border-color: #CF90DA; }
span { border-color: rgb(207,144,218); }
td.TdClassName
{
border-color: #CF90DA;
}
.TagClassName
{
border-color: #CF90DA;
}
</style>