Shades of Wisteria #CA9DE8
Tints of Wisteria #CA9DE8
RGB
CMYK
RGB Variations
Color information
#CA9DE8 (or 0xCA9DE8) is known color: Wisteria. HEX triplet: CA, 9D and E8. RGB value is (202,157,232). Sum of RGB (Red+Green+Blue) = 202+157+232=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DE8 is #356217. Grayscale: #B2B2B2. Windows color (decimal): -3498520 or 15244746. OLE color: 15244746.
HSL color Cylindrical-coordinate representation of color #CA9DE8: hue angle of 276º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9DE8 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 157 | 232 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.09 |
| HSL | 276º | 0.62% | 0.76% | - |
| HSV(B) | 276º | 0.32% | 0.91% | - |
| XYZ | 50.98 | 42.5 | 81.86 | - |
| YUV | 179.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 232 | 0.13 | 0.32 | 0 | 0.09 | 276 | 0.62 | 0.76 |
| Hex | CA | 9D | E8 | D | 20 | 0 | 9 | 114 | 3E | 4C |
| Octal | 312 | 235 | 350 | 15 | 40 | 0 | 11 | 424 | 76 | 114 |
| Binary | 11001010 | 10011101 | 11101000 | 1101 | 100000 | 0 | 1001 | 100010100 | 111110 | 1001100 |
Color Harmonies of #CA9DE8
Complementary color
Monochromatic Colors of #CA9DE8
Black with #CA9DE8
Text Example
Text Example
White with #CA9DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DE8; }
p { color: rgb(202,157,232); }
H1.HeaderClassName
{
color: #CA9DE8;
}
.AnyTagClassName
{
color: #CA9DE8;
}
</style>
background-color css
<style>
a { background-color: #CA9DE8; }
a { background-color: rgb(202,157,232); }
div.DivClassName
{
background-color: #CA9DE8;
}
.BgClassName
{
background-color: #CA9DE8;
}
</style>
border-color css
<style>
span { border-color: #CA9DE8; }
span { border-color: rgb(202,157,232); }
td.TdClassName
{
border-color: #CA9DE8;
}
.TagClassName
{
border-color: #CA9DE8;
}
</style>