Shades of Wisteria #CA8AED
Tints of Wisteria #CA8AED
RGB
CMYK
RGB Variations
Color information
#CA8AED (or 0xCA8AED) is known color: Wisteria. HEX triplet: CA, 8A and ED. RGB value is (202,138,237). Sum of RGB (Red+Green+Blue) = 202+138+237=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AED is #357512. Grayscale: #A8A8A8. Windows color (decimal): -3503379 or 15567562. OLE color: 15567562.
HSL color Cylindrical-coordinate representation of color #CA8AED: hue angle of 278.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8AED is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 138 | 237 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.07 |
| HSL | 278.79º | 0.73% | 0.74% | - |
| HSV(B) | 278.79º | 0.42% | 0.93% | - |
| XYZ | 48.73 | 36.85 | 84.66 | - |
| YUV | 168.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 237 | 0.15 | 0.42 | 0 | 0.07 | 278.79 | 0.73 | 0.74 |
| Hex | CA | 8A | ED | F | 2A | 0 | 7 | 117 | 49 | 4A |
| Octal | 312 | 212 | 355 | 17 | 52 | 0 | 7 | 427 | 111 | 112 |
| Binary | 11001010 | 10001010 | 11101101 | 1111 | 101010 | 0 | 111 | 100010111 | 1001001 | 1001010 |
Color Harmonies of #CA8AED
Complementary color
Monochromatic Colors of #CA8AED
Black with #CA8AED
Text Example
Text Example
White with #CA8AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AED; }
p { color: rgb(202,138,237); }
H1.HeaderClassName
{
color: #CA8AED;
}
.AnyTagClassName
{
color: #CA8AED;
}
</style>
background-color css
<style>
a { background-color: #CA8AED; }
a { background-color: rgb(202,138,237); }
div.DivClassName
{
background-color: #CA8AED;
}
.BgClassName
{
background-color: #CA8AED;
}
</style>
border-color css
<style>
span { border-color: #CA8AED; }
span { border-color: rgb(202,138,237); }
td.TdClassName
{
border-color: #CA8AED;
}
.TagClassName
{
border-color: #CA8AED;
}
</style>