Shades of Wisteria #CA8EDF
Tints of Wisteria #CA8EDF
RGB
CMYK
RGB Variations
Color information
#CA8EDF (or 0xCA8EDF) is known color: Wisteria. HEX triplet: CA, 8E and DF. RGB value is (202,142,223). Sum of RGB (Red+Green+Blue) = 202+142+223=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EDF is #357120. Grayscale: #A8A8A8. Windows color (decimal): -3502369 or 14651082. OLE color: 14651082.
HSL color Cylindrical-coordinate representation of color #CA8EDF: hue angle of 284.44º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8EDF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 142 | 223 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.13 |
| HSL | 284.44º | 0.56% | 0.72% | - |
| HSV(B) | 284.44º | 0.36% | 0.87% | - |
| XYZ | 47.35 | 37.23 | 74.5 | - |
| YUV | 169.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 223 | 0.09 | 0.36 | 0 | 0.13 | 284.44 | 0.56 | 0.72 |
| Hex | CA | 8E | DF | 9 | 24 | 0 | D | 11C | 38 | 48 |
| Octal | 312 | 216 | 337 | 11 | 44 | 0 | 15 | 434 | 70 | 110 |
| Binary | 11001010 | 10001110 | 11011111 | 1001 | 100100 | 0 | 1101 | 100011100 | 111000 | 1001000 |
Color Harmonies of #CA8EDF
Complementary color
Monochromatic Colors of #CA8EDF
Black with #CA8EDF
Text Example
Text Example
White with #CA8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EDF; }
p { color: rgb(202,142,223); }
H1.HeaderClassName
{
color: #CA8EDF;
}
.AnyTagClassName
{
color: #CA8EDF;
}
</style>
background-color css
<style>
a { background-color: #CA8EDF; }
a { background-color: rgb(202,142,223); }
div.DivClassName
{
background-color: #CA8EDF;
}
.BgClassName
{
background-color: #CA8EDF;
}
</style>
border-color css
<style>
span { border-color: #CA8EDF; }
span { border-color: rgb(202,142,223); }
td.TdClassName
{
border-color: #CA8EDF;
}
.TagClassName
{
border-color: #CA8EDF;
}
</style>