Shades of Wisteria #CA9DE6
Tints of Wisteria #CA9DE6
RGB
CMYK
RGB Variations
Color information
#CA9DE6 (or 0xCA9DE6) is known color: Wisteria. HEX triplet: CA, 9D and E6. RGB value is (202,157,230). Sum of RGB (Red+Green+Blue) = 202+157+230=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA9DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DE6 is #356219. Grayscale: #B2B2B2. Windows color (decimal): -3498522 or 15113674. OLE color: 15113674.
HSL color Cylindrical-coordinate representation of color #CA9DE6: hue angle of 276.99º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9DE6 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 157 | 230 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.10 |
| HSL | 276.99º | 0.59% | 0.76% | - |
| HSV(B) | 276.99º | 0.32% | 0.9% | - |
| XYZ | 50.7 | 42.38 | 80.37 | - |
| YUV | 178.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 230 | 0.12 | 0.32 | 0 | 0.10 | 276.99 | 0.59 | 0.76 |
| Hex | CA | 9D | E6 | C | 20 | 0 | A | 115 | 3B | 4C |
| Octal | 312 | 235 | 346 | 14 | 40 | 0 | 12 | 425 | 73 | 114 |
| Binary | 11001010 | 10011101 | 11100110 | 1100 | 100000 | 0 | 1010 | 100010101 | 111011 | 1001100 |
Color Harmonies of #CA9DE6
Complementary color
Monochromatic Colors of #CA9DE6
Black with #CA9DE6
Text Example
Text Example
White with #CA9DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DE6; }
p { color: rgb(202,157,230); }
H1.HeaderClassName
{
color: #CA9DE6;
}
.AnyTagClassName
{
color: #CA9DE6;
}
</style>
background-color css
<style>
a { background-color: #CA9DE6; }
a { background-color: rgb(202,157,230); }
div.DivClassName
{
background-color: #CA9DE6;
}
.BgClassName
{
background-color: #CA9DE6;
}
</style>
border-color css
<style>
span { border-color: #CA9DE6; }
span { border-color: rgb(202,157,230); }
td.TdClassName
{
border-color: #CA9DE6;
}
.TagClassName
{
border-color: #CA9DE6;
}
</style>