Shades of Wisteria #CF90DC
Tints of Wisteria #CF90DC
RGB
CMYK
RGB Variations
Color information
#CF90DC (or 0xCF90DC) is known color: Wisteria. HEX triplet: CF, 90 and DC. RGB value is (207,144,220). Sum of RGB (Red+Green+Blue) = 207+144+220=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90DC is #306F23. Grayscale: #ABABAB. Windows color (decimal): -3174180 or 14454991. OLE color: 14454991.
HSL color Cylindrical-coordinate representation of color #CF90DC: hue angle of 289.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF90DC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 144 | 220 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.14 |
| HSL | 289.74º | 0.52% | 0.71% | - |
| HSV(B) | 289.74º | 0.35% | 0.86% | - |
| XYZ | 48.62 | 38.38 | 72.56 | - |
| YUV | 171.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 220 | 0.06 | 0.35 | 0 | 0.14 | 289.74 | 0.52 | 0.71 |
| Hex | CF | 90 | DC | 6 | 23 | 0 | E | 122 | 34 | 47 |
| Octal | 317 | 220 | 334 | 6 | 43 | 0 | 16 | 442 | 64 | 107 |
| Binary | 11001111 | 10010000 | 11011100 | 110 | 100011 | 0 | 1110 | 100100010 | 110100 | 1000111 |
Color Harmonies of #CF90DC
Complementary color
Monochromatic Colors of #CF90DC
Black with #CF90DC
Text Example
Text Example
White with #CF90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF90DC; }
p { color: rgb(207,144,220); }
H1.HeaderClassName
{
color: #CF90DC;
}
.AnyTagClassName
{
color: #CF90DC;
}
</style>
background-color css
<style>
a { background-color: #CF90DC; }
a { background-color: rgb(207,144,220); }
div.DivClassName
{
background-color: #CF90DC;
}
.BgClassName
{
background-color: #CF90DC;
}
</style>
border-color css
<style>
span { border-color: #CF90DC; }
span { border-color: rgb(207,144,220); }
td.TdClassName
{
border-color: #CF90DC;
}
.TagClassName
{
border-color: #CF90DC;
}
</style>