Shades of Wisteria #CA87DE
Tints of Wisteria #CA87DE
RGB
CMYK
RGB Variations
Color information
#CA87DE (or 0xCA87DE) is known color: Wisteria. HEX triplet: CA, 87 and DE. RGB value is (202,135,222). Sum of RGB (Red+Green+Blue) = 202+135+222=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87DE is #357821. Grayscale: #A4A4A4. Windows color (decimal): -3504162 or 14583754. OLE color: 14583754.
HSL color Cylindrical-coordinate representation of color #CA87DE: hue angle of 286.21º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA87DE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 135 | 222 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.13 |
| HSL | 286.21º | 0.57% | 0.7% | - |
| HSV(B) | 286.21º | 0.39% | 0.87% | - |
| XYZ | 46.21 | 35.16 | 73.46 | - |
| YUV | 164.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 222 | 0.09 | 0.39 | 0 | 0.13 | 286.21 | 0.57 | 0.7 |
| Hex | CA | 87 | DE | 9 | 27 | 0 | D | 11E | 39 | 46 |
| Octal | 312 | 207 | 336 | 11 | 47 | 0 | 15 | 436 | 71 | 106 |
| Binary | 11001010 | 10000111 | 11011110 | 1001 | 100111 | 0 | 1101 | 100011110 | 111001 | 1000110 |
Color Harmonies of #CA87DE
Complementary color
Monochromatic Colors of #CA87DE
Black with #CA87DE
Text Example
Text Example
White with #CA87DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87DE; }
p { color: rgb(202,135,222); }
H1.HeaderClassName
{
color: #CA87DE;
}
.AnyTagClassName
{
color: #CA87DE;
}
</style>
background-color css
<style>
a { background-color: #CA87DE; }
a { background-color: rgb(202,135,222); }
div.DivClassName
{
background-color: #CA87DE;
}
.BgClassName
{
background-color: #CA87DE;
}
</style>
border-color css
<style>
span { border-color: #CA87DE; }
span { border-color: rgb(202,135,222); }
td.TdClassName
{
border-color: #CA87DE;
}
.TagClassName
{
border-color: #CA87DE;
}
</style>