Shades of Wisteria #CA84DF
Tints of Wisteria #CA84DF
RGB
CMYK
RGB Variations
Color information
#CA84DF (or 0xCA84DF) is known color: Wisteria. HEX triplet: CA, 84 and DF. RGB value is (202,132,223). Sum of RGB (Red+Green+Blue) = 202+132+223=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DF is #357B20. Grayscale: #A3A3A3. Windows color (decimal): -3504929 or 14648522. OLE color: 14648522.
HSL color Cylindrical-coordinate representation of color #CA84DF: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA84DF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 132 | 223 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.13 |
| HSL | 286.15º | 0.59% | 0.7% | - |
| HSV(B) | 286.15º | 0.41% | 0.87% | - |
| XYZ | 45.93 | 34.39 | 74.03 | - |
| YUV | 163.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 223 | 0.09 | 0.41 | 0 | 0.13 | 286.15 | 0.59 | 0.7 |
| Hex | CA | 84 | DF | 9 | 29 | 0 | D | 11E | 3B | 46 |
| Octal | 312 | 204 | 337 | 11 | 51 | 0 | 15 | 436 | 73 | 106 |
| Binary | 11001010 | 10000100 | 11011111 | 1001 | 101001 | 0 | 1101 | 100011110 | 111011 | 1000110 |
Color Harmonies of #CA84DF
Complementary color
Monochromatic Colors of #CA84DF
Black with #CA84DF
Text Example
Text Example
White with #CA84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84DF; }
p { color: rgb(202,132,223); }
H1.HeaderClassName
{
color: #CA84DF;
}
.AnyTagClassName
{
color: #CA84DF;
}
</style>
background-color css
<style>
a { background-color: #CA84DF; }
a { background-color: rgb(202,132,223); }
div.DivClassName
{
background-color: #CA84DF;
}
.BgClassName
{
background-color: #CA84DF;
}
</style>
border-color css
<style>
span { border-color: #CA84DF; }
span { border-color: rgb(202,132,223); }
td.TdClassName
{
border-color: #CA84DF;
}
.TagClassName
{
border-color: #CA84DF;
}
</style>