Shades of Wisteria #CA94D7
Tints of Wisteria #CA94D7
RGB
CMYK
RGB Variations
Color information
#CA94D7 (or 0xCA94D7) is known color: Wisteria. HEX triplet: CA, 94 and D7. RGB value is (202,148,215). Sum of RGB (Red+Green+Blue) = 202+148+215=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA94D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94D7 is #356B28. Grayscale: #ABABAB. Windows color (decimal): -3500841 or 14128330. OLE color: 14128330.
HSL color Cylindrical-coordinate representation of color #CA94D7: hue angle of 288.36º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA94D7 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 148 | 215 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.16 |
| HSL | 288.36º | 0.46% | 0.71% | - |
| HSV(B) | 288.36º | 0.31% | 0.84% | - |
| XYZ | 47.21 | 38.64 | 69.26 | - |
| YUV | 171.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 215 | 0.06 | 0.31 | 0 | 0.16 | 288.36 | 0.46 | 0.71 |
| Hex | CA | 94 | D7 | 6 | 1F | 0 | 10 | 120 | 2E | 47 |
| Octal | 312 | 224 | 327 | 6 | 37 | 0 | 20 | 440 | 56 | 107 |
| Binary | 11001010 | 10010100 | 11010111 | 110 | 11111 | 0 | 10000 | 100100000 | 101110 | 1000111 |
Color Harmonies of #CA94D7
Complementary color
Monochromatic Colors of #CA94D7
Black with #CA94D7
Text Example
Text Example
White with #CA94D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94D7; }
p { color: rgb(202,148,215); }
H1.HeaderClassName
{
color: #CA94D7;
}
.AnyTagClassName
{
color: #CA94D7;
}
</style>
background-color css
<style>
a { background-color: #CA94D7; }
a { background-color: rgb(202,148,215); }
div.DivClassName
{
background-color: #CA94D7;
}
.BgClassName
{
background-color: #CA94D7;
}
</style>
border-color css
<style>
span { border-color: #CA94D7; }
span { border-color: rgb(202,148,215); }
td.TdClassName
{
border-color: #CA94D7;
}
.TagClassName
{
border-color: #CA94D7;
}
</style>