Shades of Wisteria #CA9EE8
Tints of Wisteria #CA9EE8
RGB
CMYK
RGB Variations
Color information
#CA9EE8 (or 0xCA9EE8) is known color: Wisteria. HEX triplet: CA, 9E and E8. RGB value is (202,158,232). Sum of RGB (Red+Green+Blue) = 202+158+232=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EE8 is #356117. Grayscale: #B3B3B3. Windows color (decimal): -3498264 or 15245002. OLE color: 15245002.
HSL color Cylindrical-coordinate representation of color #CA9EE8: hue angle of 275.68º 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 #CA9EE8 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 158 | 232 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.09 |
| HSL | 275.68º | 0.62% | 0.76% | - |
| HSV(B) | 275.68º | 0.32% | 0.91% | - |
| XYZ | 51.15 | 42.84 | 81.92 | - |
| YUV | 179.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 232 | 0.13 | 0.32 | 0 | 0.09 | 275.68 | 0.62 | 0.76 |
| Hex | CA | 9E | E8 | D | 20 | 0 | 9 | 114 | 3E | 4C |
| Octal | 312 | 236 | 350 | 15 | 40 | 0 | 11 | 424 | 76 | 114 |
| Binary | 11001010 | 10011110 | 11101000 | 1101 | 100000 | 0 | 1001 | 100010100 | 111110 | 1001100 |
Color Harmonies of #CA9EE8
Complementary color
Monochromatic Colors of #CA9EE8
Black with #CA9EE8
Text Example
Text Example
White with #CA9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EE8; }
p { color: rgb(202,158,232); }
H1.HeaderClassName
{
color: #CA9EE8;
}
.AnyTagClassName
{
color: #CA9EE8;
}
</style>
background-color css
<style>
a { background-color: #CA9EE8; }
a { background-color: rgb(202,158,232); }
div.DivClassName
{
background-color: #CA9EE8;
}
.BgClassName
{
background-color: #CA9EE8;
}
</style>
border-color css
<style>
span { border-color: #CA9EE8; }
span { border-color: rgb(202,158,232); }
td.TdClassName
{
border-color: #CA9EE8;
}
.TagClassName
{
border-color: #CA9EE8;
}
</style>