Shades of Wisteria #CA9EEF
Tints of Wisteria #CA9EEF
RGB
CMYK
RGB Variations
Color information
#CA9EEF (or 0xCA9EEF) is known color: Wisteria. HEX triplet: CA, 9E and EF. RGB value is (202,158,239). Sum of RGB (Red+Green+Blue) = 202+158+239=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EEF is #356110. Grayscale: #B4B4B4. Windows color (decimal): -3498257 or 15703754. OLE color: 15703754.
HSL color Cylindrical-coordinate representation of color #CA9EEF: hue angle of 272.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9EEF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 158 | 239 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.06 |
| HSL | 272.59º | 0.72% | 0.78% | - |
| HSV(B) | 272.59º | 0.34% | 0.94% | - |
| XYZ | 52.16 | 43.24 | 87.26 | - |
| YUV | 180.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 239 | 0.15 | 0.34 | 0 | 0.06 | 272.59 | 0.72 | 0.78 |
| Hex | CA | 9E | EF | F | 22 | 0 | 6 | 111 | 48 | 4E |
| Octal | 312 | 236 | 357 | 17 | 42 | 0 | 6 | 421 | 110 | 116 |
| Binary | 11001010 | 10011110 | 11101111 | 1111 | 100010 | 0 | 110 | 100010001 | 1001000 | 1001110 |
Color Harmonies of #CA9EEF
Complementary color
Monochromatic Colors of #CA9EEF
Black with #CA9EEF
Text Example
Text Example
White with #CA9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EEF; }
p { color: rgb(202,158,239); }
H1.HeaderClassName
{
color: #CA9EEF;
}
.AnyTagClassName
{
color: #CA9EEF;
}
</style>
background-color css
<style>
a { background-color: #CA9EEF; }
a { background-color: rgb(202,158,239); }
div.DivClassName
{
background-color: #CA9EEF;
}
.BgClassName
{
background-color: #CA9EEF;
}
</style>
border-color css
<style>
span { border-color: #CA9EEF; }
span { border-color: rgb(202,158,239); }
td.TdClassName
{
border-color: #CA9EEF;
}
.TagClassName
{
border-color: #CA9EEF;
}
</style>