Shades of Wisteria #CA85E4
Tints of Wisteria #CA85E4
RGB
CMYK
RGB Variations
Color information
#CA85E4 (or 0xCA85E4) is known color: Wisteria. HEX triplet: CA, 85 and E4. RGB value is (202,133,228). Sum of RGB (Red+Green+Blue) = 202+133+228=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA85E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85E4 is #357A1B. Grayscale: #A4A4A4. Windows color (decimal): -3504668 or 14976458. OLE color: 14976458.
HSL color Cylindrical-coordinate representation of color #CA85E4: hue angle of 283.58º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA85E4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 133 | 228 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.11 |
| HSL | 283.58º | 0.64% | 0.71% | - |
| HSV(B) | 283.58º | 0.42% | 0.89% | - |
| XYZ | 46.75 | 34.93 | 77.68 | - |
| YUV | 164.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 228 | 0.11 | 0.42 | 0 | 0.11 | 283.58 | 0.64 | 0.71 |
| Hex | CA | 85 | E4 | B | 2A | 0 | B | 11C | 40 | 47 |
| Octal | 312 | 205 | 344 | 13 | 52 | 0 | 13 | 434 | 100 | 107 |
| Binary | 11001010 | 10000101 | 11100100 | 1011 | 101010 | 0 | 1011 | 100011100 | 1000000 | 1000111 |
Color Harmonies of #CA85E4
Complementary color
Monochromatic Colors of #CA85E4
Black with #CA85E4
Text Example
Text Example
White with #CA85E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85E4; }
p { color: rgb(202,133,228); }
H1.HeaderClassName
{
color: #CA85E4;
}
.AnyTagClassName
{
color: #CA85E4;
}
</style>
background-color css
<style>
a { background-color: #CA85E4; }
a { background-color: rgb(202,133,228); }
div.DivClassName
{
background-color: #CA85E4;
}
.BgClassName
{
background-color: #CA85E4;
}
</style>
border-color css
<style>
span { border-color: #CA85E4; }
span { border-color: rgb(202,133,228); }
td.TdClassName
{
border-color: #CA85E4;
}
.TagClassName
{
border-color: #CA85E4;
}
</style>