Shades of Wisteria #CA8BDA
Tints of Wisteria #CA8BDA
RGB
CMYK
RGB Variations
Color information
#CA8BDA (or 0xCA8BDA) is known color: Wisteria. HEX triplet: CA, 8B and DA. RGB value is (202,139,218). Sum of RGB (Red+Green+Blue) = 202+139+218=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BDA is #357425. Grayscale: #A6A6A6. Windows color (decimal): -3503142 or 14322634. OLE color: 14322634.
HSL color Cylindrical-coordinate representation of color #CA8BDA: hue angle of 287.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8BDA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 139 | 218 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.15 |
| HSL | 287.85º | 0.52% | 0.7% | - |
| HSV(B) | 287.85º | 0.36% | 0.85% | - |
| XYZ | 46.24 | 36.08 | 70.86 | - |
| YUV | 166.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 218 | 0.07 | 0.36 | 0 | 0.15 | 287.85 | 0.52 | 0.7 |
| Hex | CA | 8B | DA | 7 | 24 | 0 | F | 120 | 34 | 46 |
| Octal | 312 | 213 | 332 | 7 | 44 | 0 | 17 | 440 | 64 | 106 |
| Binary | 11001010 | 10001011 | 11011010 | 111 | 100100 | 0 | 1111 | 100100000 | 110100 | 1000110 |
Color Harmonies of #CA8BDA
Complementary color
Monochromatic Colors of #CA8BDA
Black with #CA8BDA
Text Example
Text Example
White with #CA8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BDA; }
p { color: rgb(202,139,218); }
H1.HeaderClassName
{
color: #CA8BDA;
}
.AnyTagClassName
{
color: #CA8BDA;
}
</style>
background-color css
<style>
a { background-color: #CA8BDA; }
a { background-color: rgb(202,139,218); }
div.DivClassName
{
background-color: #CA8BDA;
}
.BgClassName
{
background-color: #CA8BDA;
}
</style>
border-color css
<style>
span { border-color: #CA8BDA; }
span { border-color: rgb(202,139,218); }
td.TdClassName
{
border-color: #CA8BDA;
}
.TagClassName
{
border-color: #CA8BDA;
}
</style>