Shades of Wisteria #CA89D4
Tints of Wisteria #CA89D4
RGB
CMYK
RGB Variations
Color information
#CA89D4 (or 0xCA89D4) is known color: Wisteria. HEX triplet: CA, 89 and D4. RGB value is (202,137,212). Sum of RGB (Red+Green+Blue) = 202+137+212=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89D4 is #35762B. Grayscale: #A4A4A4. Windows color (decimal): -3503660 or 13928906. OLE color: 13928906.
HSL color Cylindrical-coordinate representation of color #CA89D4: hue angle of 292º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA89D4 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 137 | 212 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.17 |
| HSL | 292º | 0.47% | 0.68% | - |
| HSV(B) | 292º | 0.35% | 0.83% | - |
| XYZ | 45.19 | 35.2 | 66.7 | - |
| YUV | 164.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 212 | 0.05 | 0.35 | 0 | 0.17 | 292 | 0.47 | 0.68 |
| Hex | CA | 89 | D4 | 5 | 23 | 0 | 11 | 124 | 2F | 44 |
| Octal | 312 | 211 | 324 | 5 | 43 | 0 | 21 | 444 | 57 | 104 |
| Binary | 11001010 | 10001001 | 11010100 | 101 | 100011 | 0 | 10001 | 100100100 | 101111 | 1000100 |
Color Harmonies of #CA89D4
Complementary color
Monochromatic Colors of #CA89D4
Black with #CA89D4
Text Example
Text Example
White with #CA89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89D4; }
p { color: rgb(202,137,212); }
H1.HeaderClassName
{
color: #CA89D4;
}
.AnyTagClassName
{
color: #CA89D4;
}
</style>
background-color css
<style>
a { background-color: #CA89D4; }
a { background-color: rgb(202,137,212); }
div.DivClassName
{
background-color: #CA89D4;
}
.BgClassName
{
background-color: #CA89D4;
}
</style>
border-color css
<style>
span { border-color: #CA89D4; }
span { border-color: rgb(202,137,212); }
td.TdClassName
{
border-color: #CA89D4;
}
.TagClassName
{
border-color: #CA89D4;
}
</style>