Shades of Wisteria #CA8BED
Tints of Wisteria #CA8BED
RGB
CMYK
RGB Variations
Color information
#CA8BED (or 0xCA8BED) is known color: Wisteria. HEX triplet: CA, 8B and ED. RGB value is (202,139,237). Sum of RGB (Red+Green+Blue) = 202+139+237=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BED is #357412. Grayscale: #A8A8A8. Windows color (decimal): -3503123 or 15567818. OLE color: 15567818.
HSL color Cylindrical-coordinate representation of color #CA8BED: hue angle of 278.57º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8BED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 139 | 237 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.07 |
| HSL | 278.57º | 0.73% | 0.74% | - |
| HSV(B) | 278.57º | 0.41% | 0.93% | - |
| XYZ | 48.88 | 37.14 | 84.71 | - |
| YUV | 169.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 237 | 0.15 | 0.41 | 0 | 0.07 | 278.57 | 0.73 | 0.74 |
| Hex | CA | 8B | ED | F | 29 | 0 | 7 | 117 | 49 | 4A |
| Octal | 312 | 213 | 355 | 17 | 51 | 0 | 7 | 427 | 111 | 112 |
| Binary | 11001010 | 10001011 | 11101101 | 1111 | 101001 | 0 | 111 | 100010111 | 1001001 | 1001010 |
Color Harmonies of #CA8BED
Complementary color
Monochromatic Colors of #CA8BED
Black with #CA8BED
Text Example
Text Example
White with #CA8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BED; }
p { color: rgb(202,139,237); }
H1.HeaderClassName
{
color: #CA8BED;
}
.AnyTagClassName
{
color: #CA8BED;
}
</style>
background-color css
<style>
a { background-color: #CA8BED; }
a { background-color: rgb(202,139,237); }
div.DivClassName
{
background-color: #CA8BED;
}
.BgClassName
{
background-color: #CA8BED;
}
</style>
border-color css
<style>
span { border-color: #CA8BED; }
span { border-color: rgb(202,139,237); }
td.TdClassName
{
border-color: #CA8BED;
}
.TagClassName
{
border-color: #CA8BED;
}
</style>