Shades of Wisteria #CA93DD
Tints of Wisteria #CA93DD
RGB
CMYK
RGB Variations
Color information
#CA93DD (or 0xCA93DD) is known color: Wisteria. HEX triplet: CA, 93 and DD. RGB value is (202,147,221). Sum of RGB (Red+Green+Blue) = 202+147+221=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93DD is #356C22. Grayscale: #ABABAB. Windows color (decimal): -3501091 or 14521290. OLE color: 14521290.
HSL color Cylindrical-coordinate representation of color #CA93DD: hue angle of 284.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA93DD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 147 | 221 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.13 |
| HSL | 284.59º | 0.52% | 0.72% | - |
| HSV(B) | 284.59º | 0.33% | 0.87% | - |
| XYZ | 47.84 | 38.64 | 73.34 | - |
| YUV | 171.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 221 | 0.09 | 0.33 | 0 | 0.13 | 284.59 | 0.52 | 0.72 |
| Hex | CA | 93 | DD | 9 | 21 | 0 | D | 11D | 34 | 48 |
| Octal | 312 | 223 | 335 | 11 | 41 | 0 | 15 | 435 | 64 | 110 |
| Binary | 11001010 | 10010011 | 11011101 | 1001 | 100001 | 0 | 1101 | 100011101 | 110100 | 1001000 |
Color Harmonies of #CA93DD
Complementary color
Monochromatic Colors of #CA93DD
Black with #CA93DD
Text Example
Text Example
White with #CA93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93DD; }
p { color: rgb(202,147,221); }
H1.HeaderClassName
{
color: #CA93DD;
}
.AnyTagClassName
{
color: #CA93DD;
}
</style>
background-color css
<style>
a { background-color: #CA93DD; }
a { background-color: rgb(202,147,221); }
div.DivClassName
{
background-color: #CA93DD;
}
.BgClassName
{
background-color: #CA93DD;
}
</style>
border-color css
<style>
span { border-color: #CA93DD; }
span { border-color: rgb(202,147,221); }
td.TdClassName
{
border-color: #CA93DD;
}
.TagClassName
{
border-color: #CA93DD;
}
</style>