Shades of Wisteria #CA87DB
Tints of Wisteria #CA87DB
RGB
CMYK
RGB Variations
Color information
#CA87DB (or 0xCA87DB) is known color: Wisteria. HEX triplet: CA, 87 and DB. RGB value is (202,135,219). Sum of RGB (Red+Green+Blue) = 202+135+219=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 135 (53.12% from 255 or 24.28% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87DB is #357824. Grayscale: #A4A4A4. Windows color (decimal): -3504165 or 14387146. OLE color: 14387146.
HSL color Cylindrical-coordinate representation of color #CA87DB: hue angle of 287.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA87DB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 135 | 219 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.14 |
| HSL | 287.86º | 0.54% | 0.69% | - |
| HSV(B) | 287.86º | 0.38% | 0.86% | - |
| XYZ | 45.81 | 35 | 71.36 | - |
| YUV | 164.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 219 | 0.08 | 0.38 | 0 | 0.14 | 287.86 | 0.54 | 0.69 |
| Hex | CA | 87 | DB | 8 | 26 | 0 | E | 120 | 36 | 45 |
| Octal | 312 | 207 | 333 | 10 | 46 | 0 | 16 | 440 | 66 | 105 |
| Binary | 11001010 | 10000111 | 11011011 | 1000 | 100110 | 0 | 1110 | 100100000 | 110110 | 1000101 |
Color Harmonies of #CA87DB
Complementary color
Monochromatic Colors of #CA87DB
Black with #CA87DB
Text Example
Text Example
White with #CA87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87DB; }
p { color: rgb(202,135,219); }
H1.HeaderClassName
{
color: #CA87DB;
}
.AnyTagClassName
{
color: #CA87DB;
}
</style>
background-color css
<style>
a { background-color: #CA87DB; }
a { background-color: rgb(202,135,219); }
div.DivClassName
{
background-color: #CA87DB;
}
.BgClassName
{
background-color: #CA87DB;
}
</style>
border-color css
<style>
span { border-color: #CA87DB; }
span { border-color: rgb(202,135,219); }
td.TdClassName
{
border-color: #CA87DB;
}
.TagClassName
{
border-color: #CA87DB;
}
</style>