Shades of Wisteria #CA8EDA
Tints of Wisteria #CA8EDA
RGB
CMYK
RGB Variations
Color information
#CA8EDA (or 0xCA8EDA) is known color: Wisteria. HEX triplet: CA, 8E and DA. RGB value is (202,142,218). Sum of RGB (Red+Green+Blue) = 202+142+218=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EDA is #357125. Grayscale: #A8A8A8. Windows color (decimal): -3502374 or 14323402. OLE color: 14323402.
HSL color Cylindrical-coordinate representation of color #CA8EDA: hue angle of 287.37º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8EDA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 142 | 218 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.15 |
| HSL | 287.37º | 0.51% | 0.71% | - |
| HSV(B) | 287.37º | 0.35% | 0.85% | - |
| XYZ | 46.69 | 36.96 | 71 | - |
| YUV | 168.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 218 | 0.07 | 0.35 | 0 | 0.15 | 287.37 | 0.51 | 0.71 |
| Hex | CA | 8E | DA | 7 | 23 | 0 | F | 11F | 33 | 47 |
| Octal | 312 | 216 | 332 | 7 | 43 | 0 | 17 | 437 | 63 | 107 |
| Binary | 11001010 | 10001110 | 11011010 | 111 | 100011 | 0 | 1111 | 100011111 | 110011 | 1000111 |
Color Harmonies of #CA8EDA
Complementary color
Monochromatic Colors of #CA8EDA
Black with #CA8EDA
Text Example
Text Example
White with #CA8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EDA; }
p { color: rgb(202,142,218); }
H1.HeaderClassName
{
color: #CA8EDA;
}
.AnyTagClassName
{
color: #CA8EDA;
}
</style>
background-color css
<style>
a { background-color: #CA8EDA; }
a { background-color: rgb(202,142,218); }
div.DivClassName
{
background-color: #CA8EDA;
}
.BgClassName
{
background-color: #CA8EDA;
}
</style>
border-color css
<style>
span { border-color: #CA8EDA; }
span { border-color: rgb(202,142,218); }
td.TdClassName
{
border-color: #CA8EDA;
}
.TagClassName
{
border-color: #CA8EDA;
}
</style>