Shades of Wisteria #CA90D6
Tints of Wisteria #CA90D6
RGB
CMYK
RGB Variations
Color information
#CA90D6 (or 0xCA90D6) is known color: Wisteria. HEX triplet: CA, 90 and D6. RGB value is (202,144,214). Sum of RGB (Red+Green+Blue) = 202+144+214=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90D6 is #356F29. Grayscale: #A9A9A9. Windows color (decimal): -3501866 or 14061770. OLE color: 14061770.
HSL color Cylindrical-coordinate representation of color #CA90D6: hue angle of 289.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA90D6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 144 | 214 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.16 |
| HSL | 289.71º | 0.46% | 0.7% | - |
| HSV(B) | 289.71º | 0.33% | 0.84% | - |
| XYZ | 46.47 | 37.36 | 68.38 | - |
| YUV | 169.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 214 | 0.06 | 0.33 | 0 | 0.16 | 289.71 | 0.46 | 0.7 |
| Hex | CA | 90 | D6 | 6 | 21 | 0 | 10 | 122 | 2E | 46 |
| Octal | 312 | 220 | 326 | 6 | 41 | 0 | 20 | 442 | 56 | 106 |
| Binary | 11001010 | 10010000 | 11010110 | 110 | 100001 | 0 | 10000 | 100100010 | 101110 | 1000110 |
Color Harmonies of #CA90D6
Complementary color
Monochromatic Colors of #CA90D6
Black with #CA90D6
Text Example
Text Example
White with #CA90D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90D6; }
p { color: rgb(202,144,214); }
H1.HeaderClassName
{
color: #CA90D6;
}
.AnyTagClassName
{
color: #CA90D6;
}
</style>
background-color css
<style>
a { background-color: #CA90D6; }
a { background-color: rgb(202,144,214); }
div.DivClassName
{
background-color: #CA90D6;
}
.BgClassName
{
background-color: #CA90D6;
}
</style>
border-color css
<style>
span { border-color: #CA90D6; }
span { border-color: rgb(202,144,214); }
td.TdClassName
{
border-color: #CA90D6;
}
.TagClassName
{
border-color: #CA90D6;
}
</style>