Shades of Wisteria #CA85DF
Tints of Wisteria #CA85DF
RGB
CMYK
RGB Variations
Color information
#CA85DF (or 0xCA85DF) is known color: Wisteria. HEX triplet: CA, 85 and DF. RGB value is (202,133,223). Sum of RGB (Red+Green+Blue) = 202+133+223=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85DF is #357A20. Grayscale: #A3A3A3. Windows color (decimal): -3504673 or 14648778. OLE color: 14648778.
HSL color Cylindrical-coordinate representation of color #CA85DF: hue angle of 286º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA85DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 133 | 223 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.13 |
| HSL | 286º | 0.58% | 0.7% | - |
| HSV(B) | 286º | 0.4% | 0.87% | - |
| XYZ | 46.06 | 34.66 | 74.07 | - |
| YUV | 163.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 223 | 0.09 | 0.40 | 0 | 0.13 | 286 | 0.58 | 0.7 |
| Hex | CA | 85 | DF | 9 | 28 | 0 | D | 11E | 3A | 46 |
| Octal | 312 | 205 | 337 | 11 | 50 | 0 | 15 | 436 | 72 | 106 |
| Binary | 11001010 | 10000101 | 11011111 | 1001 | 101000 | 0 | 1101 | 100011110 | 111010 | 1000110 |
Color Harmonies of #CA85DF
Complementary color
Monochromatic Colors of #CA85DF
Black with #CA85DF
Text Example
Text Example
White with #CA85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85DF; }
p { color: rgb(202,133,223); }
H1.HeaderClassName
{
color: #CA85DF;
}
.AnyTagClassName
{
color: #CA85DF;
}
</style>
background-color css
<style>
a { background-color: #CA85DF; }
a { background-color: rgb(202,133,223); }
div.DivClassName
{
background-color: #CA85DF;
}
.BgClassName
{
background-color: #CA85DF;
}
</style>
border-color css
<style>
span { border-color: #CA85DF; }
span { border-color: rgb(202,133,223); }
td.TdClassName
{
border-color: #CA85DF;
}
.TagClassName
{
border-color: #CA85DF;
}
</style>