Shades of Wisteria #CA9EED
Tints of Wisteria #CA9EED
RGB
CMYK
RGB Variations
Color information
#CA9EED (or 0xCA9EED) is known color: Wisteria. HEX triplet: CA, 9E and ED. RGB value is (202,158,237). Sum of RGB (Red+Green+Blue) = 202+158+237=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EED is #356112. Grayscale: #B3B3B3. Windows color (decimal): -3498259 or 15572682. OLE color: 15572682.
HSL color Cylindrical-coordinate representation of color #CA9EED: hue angle of 273.42º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9EED is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 158 | 237 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.07 |
| HSL | 273.42º | 0.69% | 0.77% | - |
| HSV(B) | 273.42º | 0.33% | 0.93% | - |
| XYZ | 51.87 | 43.12 | 85.71 | - |
| YUV | 180.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 237 | 0.15 | 0.33 | 0 | 0.07 | 273.42 | 0.69 | 0.77 |
| Hex | CA | 9E | ED | F | 21 | 0 | 7 | 111 | 45 | 4D |
| Octal | 312 | 236 | 355 | 17 | 41 | 0 | 7 | 421 | 105 | 115 |
| Binary | 11001010 | 10011110 | 11101101 | 1111 | 100001 | 0 | 111 | 100010001 | 1000101 | 1001101 |
Color Harmonies of #CA9EED
Complementary color
Monochromatic Colors of #CA9EED
Black with #CA9EED
Text Example
Text Example
White with #CA9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EED; }
p { color: rgb(202,158,237); }
H1.HeaderClassName
{
color: #CA9EED;
}
.AnyTagClassName
{
color: #CA9EED;
}
</style>
background-color css
<style>
a { background-color: #CA9EED; }
a { background-color: rgb(202,158,237); }
div.DivClassName
{
background-color: #CA9EED;
}
.BgClassName
{
background-color: #CA9EED;
}
</style>
border-color css
<style>
span { border-color: #CA9EED; }
span { border-color: rgb(202,158,237); }
td.TdClassName
{
border-color: #CA9EED;
}
.TagClassName
{
border-color: #CA9EED;
}
</style>