Shades of Wisteria #CA99DA
Tints of Wisteria #CA99DA
RGB
CMYK
RGB Variations
Color information
#CA99DA (or 0xCA99DA) is known color: Wisteria. HEX triplet: CA, 99 and DA. RGB value is (202,153,218). Sum of RGB (Red+Green+Blue) = 202+153+218=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DA is #356625. Grayscale: #AEAEAE. Windows color (decimal): -3499558 or 14326218. OLE color: 14326218.
HSL color Cylindrical-coordinate representation of color #CA99DA: hue angle of 285.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA99DA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 153 | 218 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.15 |
| HSL | 285.23º | 0.47% | 0.73% | - |
| HSV(B) | 285.23º | 0.3% | 0.85% | - |
| XYZ | 48.4 | 40.4 | 71.58 | - |
| YUV | 175.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 218 | 0.07 | 0.30 | 0 | 0.15 | 285.23 | 0.47 | 0.73 |
| Hex | CA | 99 | DA | 7 | 1E | 0 | F | 11D | 2F | 49 |
| Octal | 312 | 231 | 332 | 7 | 36 | 0 | 17 | 435 | 57 | 111 |
| Binary | 11001010 | 10011001 | 11011010 | 111 | 11110 | 0 | 1111 | 100011101 | 101111 | 1001001 |
Color Harmonies of #CA99DA
Complementary color
Monochromatic Colors of #CA99DA
Black with #CA99DA
Text Example
Text Example
White with #CA99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99DA; }
p { color: rgb(202,153,218); }
H1.HeaderClassName
{
color: #CA99DA;
}
.AnyTagClassName
{
color: #CA99DA;
}
</style>
background-color css
<style>
a { background-color: #CA99DA; }
a { background-color: rgb(202,153,218); }
div.DivClassName
{
background-color: #CA99DA;
}
.BgClassName
{
background-color: #CA99DA;
}
</style>
border-color css
<style>
span { border-color: #CA99DA; }
span { border-color: rgb(202,153,218); }
td.TdClassName
{
border-color: #CA99DA;
}
.TagClassName
{
border-color: #CA99DA;
}
</style>