Shades of Wisteria #CA99EE
Tints of Wisteria #CA99EE
RGB
CMYK
RGB Variations
Color information
#CA99EE (or 0xCA99EE) is known color: Wisteria. HEX triplet: CA, 99 and EE. RGB value is (202,153,238). Sum of RGB (Red+Green+Blue) = 202+153+238=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99EE is #356611. Grayscale: #B1B1B1. Windows color (decimal): -3499538 or 15636938. OLE color: 15636938.
HSL color Cylindrical-coordinate representation of color #CA99EE: hue angle of 274.59º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA99EE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 153 | 238 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.07 |
| HSL | 274.59º | 0.71% | 0.77% | - |
| HSV(B) | 274.59º | 0.36% | 0.93% | - |
| XYZ | 51.18 | 41.51 | 86.2 | - |
| YUV | 177.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 238 | 0.15 | 0.36 | 0 | 0.07 | 274.59 | 0.71 | 0.77 |
| Hex | CA | 99 | EE | F | 24 | 0 | 7 | 113 | 47 | 4D |
| Octal | 312 | 231 | 356 | 17 | 44 | 0 | 7 | 423 | 107 | 115 |
| Binary | 11001010 | 10011001 | 11101110 | 1111 | 100100 | 0 | 111 | 100010011 | 1000111 | 1001101 |
Color Harmonies of #CA99EE
Complementary color
Monochromatic Colors of #CA99EE
Black with #CA99EE
Text Example
Text Example
White with #CA99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99EE; }
p { color: rgb(202,153,238); }
H1.HeaderClassName
{
color: #CA99EE;
}
.AnyTagClassName
{
color: #CA99EE;
}
</style>
background-color css
<style>
a { background-color: #CA99EE; }
a { background-color: rgb(202,153,238); }
div.DivClassName
{
background-color: #CA99EE;
}
.BgClassName
{
background-color: #CA99EE;
}
</style>
border-color css
<style>
span { border-color: #CA99EE; }
span { border-color: rgb(202,153,238); }
td.TdClassName
{
border-color: #CA99EE;
}
.TagClassName
{
border-color: #CA99EE;
}
</style>