Shades of Wisteria #CA85D7
Tints of Wisteria #CA85D7
RGB
CMYK
RGB Variations
Color information
#CA85D7 (or 0xCA85D7) is known color: Wisteria. HEX triplet: CA, 85 and D7. RGB value is (202,133,215). Sum of RGB (Red+Green+Blue) = 202+133+215=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85D7 is #357A28. Grayscale: #A2A2A2. Windows color (decimal): -3504681 or 14124490. OLE color: 14124490.
HSL color Cylindrical-coordinate representation of color #CA85D7: hue angle of 290.49º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA85D7 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 133 | 215 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 290.49º | 0.51% | 0.68% | - |
| HSV(B) | 290.49º | 0.38% | 0.84% | - |
| XYZ | 45.01 | 34.24 | 68.53 | - |
| YUV | 162.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 215 | 0.06 | 0.38 | 0 | 0.16 | 290.49 | 0.51 | 0.68 |
| Hex | CA | 85 | D7 | 6 | 26 | 0 | 10 | 122 | 33 | 44 |
| Octal | 312 | 205 | 327 | 6 | 46 | 0 | 20 | 442 | 63 | 104 |
| Binary | 11001010 | 10000101 | 11010111 | 110 | 100110 | 0 | 10000 | 100100010 | 110011 | 1000100 |
Color Harmonies of #CA85D7
Complementary color
Monochromatic Colors of #CA85D7
Black with #CA85D7
Text Example
Text Example
White with #CA85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85D7; }
p { color: rgb(202,133,215); }
H1.HeaderClassName
{
color: #CA85D7;
}
.AnyTagClassName
{
color: #CA85D7;
}
</style>
background-color css
<style>
a { background-color: #CA85D7; }
a { background-color: rgb(202,133,215); }
div.DivClassName
{
background-color: #CA85D7;
}
.BgClassName
{
background-color: #CA85D7;
}
</style>
border-color css
<style>
span { border-color: #CA85D7; }
span { border-color: rgb(202,133,215); }
td.TdClassName
{
border-color: #CA85D7;
}
.TagClassName
{
border-color: #CA85D7;
}
</style>