Shades of Wisteria #CA99D6
Tints of Wisteria #CA99D6
RGB
CMYK
RGB Variations
Color information
#CA99D6 (or 0xCA99D6) is known color: Wisteria. HEX triplet: CA, 99 and D6. RGB value is (202,153,214). Sum of RGB (Red+Green+Blue) = 202+153+214=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99D6 is #356629. Grayscale: #AEAEAE. Windows color (decimal): -3499562 or 14064074. OLE color: 14064074.
HSL color Cylindrical-coordinate representation of color #CA99D6: hue angle of 288.2º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA99D6 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 153 | 214 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.16 |
| HSL | 288.2º | 0.43% | 0.72% | - |
| HSV(B) | 288.2º | 0.29% | 0.84% | - |
| XYZ | 47.89 | 40.19 | 68.85 | - |
| YUV | 174.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 214 | 0.06 | 0.29 | 0 | 0.16 | 288.2 | 0.43 | 0.72 |
| Hex | CA | 99 | D6 | 6 | 1D | 0 | 10 | 120 | 2B | 48 |
| Octal | 312 | 231 | 326 | 6 | 35 | 0 | 20 | 440 | 53 | 110 |
| Binary | 11001010 | 10011001 | 11010110 | 110 | 11101 | 0 | 10000 | 100100000 | 101011 | 1001000 |
Color Harmonies of #CA99D6
Complementary color
Monochromatic Colors of #CA99D6
Black with #CA99D6
Text Example
Text Example
White with #CA99D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99D6; }
p { color: rgb(202,153,214); }
H1.HeaderClassName
{
color: #CA99D6;
}
.AnyTagClassName
{
color: #CA99D6;
}
</style>
background-color css
<style>
a { background-color: #CA99D6; }
a { background-color: rgb(202,153,214); }
div.DivClassName
{
background-color: #CA99D6;
}
.BgClassName
{
background-color: #CA99D6;
}
</style>
border-color css
<style>
span { border-color: #CA99D6; }
span { border-color: rgb(202,153,214); }
td.TdClassName
{
border-color: #CA99D6;
}
.TagClassName
{
border-color: #CA99D6;
}
</style>