Shades of Wisteria #CA8CED
Tints of Wisteria #CA8CED
RGB
CMYK
RGB Variations
Color information
#CA8CED (or 0xCA8CED) is known color: Wisteria. HEX triplet: CA, 8C and ED. RGB value is (202,140,237). Sum of RGB (Red+Green+Blue) = 202+140+237=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CED is #357312. Grayscale: #A9A9A9. Windows color (decimal): -3502867 or 15568074. OLE color: 15568074.
HSL color Cylindrical-coordinate representation of color #CA8CED: hue angle of 278.35º 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 #CA8CED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 140 | 237 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.07 |
| HSL | 278.35º | 0.73% | 0.74% | - |
| HSV(B) | 278.35º | 0.41% | 0.93% | - |
| XYZ | 49.02 | 37.43 | 84.76 | - |
| YUV | 169.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 237 | 0.15 | 0.41 | 0 | 0.07 | 278.35 | 0.73 | 0.74 |
| Hex | CA | 8C | ED | F | 29 | 0 | 7 | 116 | 49 | 4A |
| Octal | 312 | 214 | 355 | 17 | 51 | 0 | 7 | 426 | 111 | 112 |
| Binary | 11001010 | 10001100 | 11101101 | 1111 | 101001 | 0 | 111 | 100010110 | 1001001 | 1001010 |
Color Harmonies of #CA8CED
Complementary color
Monochromatic Colors of #CA8CED
Black with #CA8CED
Text Example
Text Example
White with #CA8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CED; }
p { color: rgb(202,140,237); }
H1.HeaderClassName
{
color: #CA8CED;
}
.AnyTagClassName
{
color: #CA8CED;
}
</style>
background-color css
<style>
a { background-color: #CA8CED; }
a { background-color: rgb(202,140,237); }
div.DivClassName
{
background-color: #CA8CED;
}
.BgClassName
{
background-color: #CA8CED;
}
</style>
border-color css
<style>
span { border-color: #CA8CED; }
span { border-color: rgb(202,140,237); }
td.TdClassName
{
border-color: #CA8CED;
}
.TagClassName
{
border-color: #CA8CED;
}
</style>