Shades of Wisteria #CA85E8
Tints of Wisteria #CA85E8
RGB
CMYK
RGB Variations
Color information
#CA85E8 (or 0xCA85E8) is known color: Wisteria. HEX triplet: CA, 85 and E8. RGB value is (202,133,232). Sum of RGB (Red+Green+Blue) = 202+133+232=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA85E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85E8 is #357A17. Grayscale: #A4A4A4. Windows color (decimal): -3504664 or 15238602. OLE color: 15238602.
HSL color Cylindrical-coordinate representation of color #CA85E8: hue angle of 281.82º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA85E8 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 133 | 232 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.09 |
| HSL | 281.82º | 0.68% | 0.72% | - |
| HSV(B) | 281.82º | 0.43% | 0.91% | - |
| XYZ | 47.31 | 35.16 | 80.64 | - |
| YUV | 164.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 232 | 0.13 | 0.43 | 0 | 0.09 | 281.82 | 0.68 | 0.72 |
| Hex | CA | 85 | E8 | D | 2B | 0 | 9 | 11A | 44 | 48 |
| Octal | 312 | 205 | 350 | 15 | 53 | 0 | 11 | 432 | 104 | 110 |
| Binary | 11001010 | 10000101 | 11101000 | 1101 | 101011 | 0 | 1001 | 100011010 | 1000100 | 1001000 |
Color Harmonies of #CA85E8
Complementary color
Monochromatic Colors of #CA85E8
Black with #CA85E8
Text Example
Text Example
White with #CA85E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85E8; }
p { color: rgb(202,133,232); }
H1.HeaderClassName
{
color: #CA85E8;
}
.AnyTagClassName
{
color: #CA85E8;
}
</style>
background-color css
<style>
a { background-color: #CA85E8; }
a { background-color: rgb(202,133,232); }
div.DivClassName
{
background-color: #CA85E8;
}
.BgClassName
{
background-color: #CA85E8;
}
</style>
border-color css
<style>
span { border-color: #CA85E8; }
span { border-color: rgb(202,133,232); }
td.TdClassName
{
border-color: #CA85E8;
}
.TagClassName
{
border-color: #CA85E8;
}
</style>