Shades of Wisteria #CA93ED
Tints of Wisteria #CA93ED
RGB
CMYK
RGB Variations
Color information
#CA93ED (or 0xCA93ED) is known color: Wisteria. HEX triplet: CA, 93 and ED. RGB value is (202,147,237). Sum of RGB (Red+Green+Blue) = 202+147+237=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93ED is #356C12. Grayscale: #ADADAD. Windows color (decimal): -3501075 or 15569866. OLE color: 15569866.
HSL color Cylindrical-coordinate representation of color #CA93ED: hue angle of 276.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA93ED is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 147 | 237 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.07 |
| HSL | 276.67º | 0.71% | 0.75% | - |
| HSV(B) | 276.67º | 0.38% | 0.93% | - |
| XYZ | 50.08 | 39.54 | 85.11 | - |
| YUV | 173.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 237 | 0.15 | 0.38 | 0 | 0.07 | 276.67 | 0.71 | 0.75 |
| Hex | CA | 93 | ED | F | 26 | 0 | 7 | 115 | 47 | 4B |
| Octal | 312 | 223 | 355 | 17 | 46 | 0 | 7 | 425 | 107 | 113 |
| Binary | 11001010 | 10010011 | 11101101 | 1111 | 100110 | 0 | 111 | 100010101 | 1000111 | 1001011 |
Color Harmonies of #CA93ED
Complementary color
Monochromatic Colors of #CA93ED
Black with #CA93ED
Text Example
Text Example
White with #CA93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93ED; }
p { color: rgb(202,147,237); }
H1.HeaderClassName
{
color: #CA93ED;
}
.AnyTagClassName
{
color: #CA93ED;
}
</style>
background-color css
<style>
a { background-color: #CA93ED; }
a { background-color: rgb(202,147,237); }
div.DivClassName
{
background-color: #CA93ED;
}
.BgClassName
{
background-color: #CA93ED;
}
</style>
border-color css
<style>
span { border-color: #CA93ED; }
span { border-color: rgb(202,147,237); }
td.TdClassName
{
border-color: #CA93ED;
}
.TagClassName
{
border-color: #CA93ED;
}
</style>