Shades of Wisteria #CA90E8
Tints of Wisteria #CA90E8
RGB
CMYK
RGB Variations
Color information
#CA90E8 (or 0xCA90E8) is known color: Wisteria. HEX triplet: CA, 90 and E8. RGB value is (202,144,232). Sum of RGB (Red+Green+Blue) = 202+144+232=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA90E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90E8 is #356F17. Grayscale: #ABABAB. Windows color (decimal): -3501848 or 15241418. OLE color: 15241418.
HSL color Cylindrical-coordinate representation of color #CA90E8: hue angle of 279.55º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA90E8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 144 | 232 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.09 |
| HSL | 279.55º | 0.66% | 0.74% | - |
| HSV(B) | 279.55º | 0.38% | 0.91% | - |
| XYZ | 48.9 | 38.33 | 81.17 | - |
| YUV | 171.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 232 | 0.13 | 0.38 | 0 | 0.09 | 279.55 | 0.66 | 0.74 |
| Hex | CA | 90 | E8 | D | 26 | 0 | 9 | 118 | 42 | 4A |
| Octal | 312 | 220 | 350 | 15 | 46 | 0 | 11 | 430 | 102 | 112 |
| Binary | 11001010 | 10010000 | 11101000 | 1101 | 100110 | 0 | 1001 | 100011000 | 1000010 | 1001010 |
Color Harmonies of #CA90E8
Complementary color
Monochromatic Colors of #CA90E8
Black with #CA90E8
Text Example
Text Example
White with #CA90E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90E8; }
p { color: rgb(202,144,232); }
H1.HeaderClassName
{
color: #CA90E8;
}
.AnyTagClassName
{
color: #CA90E8;
}
</style>
background-color css
<style>
a { background-color: #CA90E8; }
a { background-color: rgb(202,144,232); }
div.DivClassName
{
background-color: #CA90E8;
}
.BgClassName
{
background-color: #CA90E8;
}
</style>
border-color css
<style>
span { border-color: #CA90E8; }
span { border-color: rgb(202,144,232); }
td.TdClassName
{
border-color: #CA90E8;
}
.TagClassName
{
border-color: #CA90E8;
}
</style>