Shades of Wisteria #CA9DEA
Tints of Wisteria #CA9DEA
RGB
CMYK
RGB Variations
Color information
#CA9DEA (or 0xCA9DEA) is known color: Wisteria. HEX triplet: CA, 9D and EA. RGB value is (202,157,234). Sum of RGB (Red+Green+Blue) = 202+157+234=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DEA is #356215. Grayscale: #B2B2B2. Windows color (decimal): -3498518 or 15375818. OLE color: 15375818.
HSL color Cylindrical-coordinate representation of color #CA9DEA: hue angle of 275.06º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9DEA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 157 | 234 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.08 |
| HSL | 275.06º | 0.65% | 0.77% | - |
| HSV(B) | 275.06º | 0.33% | 0.92% | - |
| XYZ | 51.27 | 42.61 | 83.36 | - |
| YUV | 179.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 234 | 0.14 | 0.33 | 0 | 0.08 | 275.06 | 0.65 | 0.77 |
| Hex | CA | 9D | EA | E | 21 | 0 | 8 | 113 | 41 | 4D |
| Octal | 312 | 235 | 352 | 16 | 41 | 0 | 10 | 423 | 101 | 115 |
| Binary | 11001010 | 10011101 | 11101010 | 1110 | 100001 | 0 | 1000 | 100010011 | 1000001 | 1001101 |
Color Harmonies of #CA9DEA
Complementary color
Monochromatic Colors of #CA9DEA
Black with #CA9DEA
Text Example
Text Example
White with #CA9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DEA; }
p { color: rgb(202,157,234); }
H1.HeaderClassName
{
color: #CA9DEA;
}
.AnyTagClassName
{
color: #CA9DEA;
}
</style>
background-color css
<style>
a { background-color: #CA9DEA; }
a { background-color: rgb(202,157,234); }
div.DivClassName
{
background-color: #CA9DEA;
}
.BgClassName
{
background-color: #CA9DEA;
}
</style>
border-color css
<style>
span { border-color: #CA9DEA; }
span { border-color: rgb(202,157,234); }
td.TdClassName
{
border-color: #CA9DEA;
}
.TagClassName
{
border-color: #CA9DEA;
}
</style>