Shades of Wisteria #CA83DF
Tints of Wisteria #CA83DF
RGB
CMYK
RGB Variations
Color information
#CA83DF (or 0xCA83DF) is known color: Wisteria. HEX triplet: CA, 83 and DF. RGB value is (202,131,223). Sum of RGB (Red+Green+Blue) = 202+131+223=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DF is #357C20. Grayscale: #A2A2A2. Windows color (decimal): -3505185 or 14648266. OLE color: 14648266.
HSL color Cylindrical-coordinate representation of color #CA83DF: hue angle of 286.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA83DF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 131 | 223 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.13 |
| HSL | 286.3º | 0.59% | 0.69% | - |
| HSV(B) | 286.3º | 0.41% | 0.87% | - |
| XYZ | 45.79 | 34.12 | 73.98 | - |
| YUV | 162.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 223 | 0.09 | 0.41 | 0 | 0.13 | 286.3 | 0.59 | 0.69 |
| Hex | CA | 83 | DF | 9 | 29 | 0 | D | 11E | 3B | 45 |
| Octal | 312 | 203 | 337 | 11 | 51 | 0 | 15 | 436 | 73 | 105 |
| Binary | 11001010 | 10000011 | 11011111 | 1001 | 101001 | 0 | 1101 | 100011110 | 111011 | 1000101 |
Color Harmonies of #CA83DF
Complementary color
Monochromatic Colors of #CA83DF
Black with #CA83DF
Text Example
Text Example
White with #CA83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83DF; }
p { color: rgb(202,131,223); }
H1.HeaderClassName
{
color: #CA83DF;
}
.AnyTagClassName
{
color: #CA83DF;
}
</style>
background-color css
<style>
a { background-color: #CA83DF; }
a { background-color: rgb(202,131,223); }
div.DivClassName
{
background-color: #CA83DF;
}
.BgClassName
{
background-color: #CA83DF;
}
</style>
border-color css
<style>
span { border-color: #CA83DF; }
span { border-color: rgb(202,131,223); }
td.TdClassName
{
border-color: #CA83DF;
}
.TagClassName
{
border-color: #CA83DF;
}
</style>