Shades of Wisteria #CA99E8
Tints of Wisteria #CA99E8
RGB
CMYK
RGB Variations
Color information
#CA99E8 (or 0xCA99E8) is known color: Wisteria. HEX triplet: CA, 99 and E8. RGB value is (202,153,232). Sum of RGB (Red+Green+Blue) = 202+153+232=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99E8 is #356617. Grayscale: #B0B0B0. Windows color (decimal): -3499544 or 15243722. OLE color: 15243722.
HSL color Cylindrical-coordinate representation of color #CA99E8: hue angle of 277.22º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA99E8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 153 | 232 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.09 |
| HSL | 277.22º | 0.63% | 0.75% | - |
| HSV(B) | 277.22º | 0.34% | 0.91% | - |
| XYZ | 50.31 | 41.17 | 81.64 | - |
| YUV | 176.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 232 | 0.13 | 0.34 | 0 | 0.09 | 277.22 | 0.63 | 0.75 |
| Hex | CA | 99 | E8 | D | 22 | 0 | 9 | 115 | 3F | 4B |
| Octal | 312 | 231 | 350 | 15 | 42 | 0 | 11 | 425 | 77 | 113 |
| Binary | 11001010 | 10011001 | 11101000 | 1101 | 100010 | 0 | 1001 | 100010101 | 111111 | 1001011 |
Color Harmonies of #CA99E8
Complementary color
Monochromatic Colors of #CA99E8
Black with #CA99E8
Text Example
Text Example
White with #CA99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99E8; }
p { color: rgb(202,153,232); }
H1.HeaderClassName
{
color: #CA99E8;
}
.AnyTagClassName
{
color: #CA99E8;
}
</style>
background-color css
<style>
a { background-color: #CA99E8; }
a { background-color: rgb(202,153,232); }
div.DivClassName
{
background-color: #CA99E8;
}
.BgClassName
{
background-color: #CA99E8;
}
</style>
border-color css
<style>
span { border-color: #CA99E8; }
span { border-color: rgb(202,153,232); }
td.TdClassName
{
border-color: #CA99E8;
}
.TagClassName
{
border-color: #CA99E8;
}
</style>