Shades of Wisteria #CA9FDE
Tints of Wisteria #CA9FDE
RGB
CMYK
RGB Variations
Color information
#CA9FDE (or 0xCA9FDE) is known color: Wisteria. HEX triplet: CA, 9F and DE. RGB value is (202,159,222). Sum of RGB (Red+Green+Blue) = 202+159+222=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDE is #356021. Grayscale: #B2B2B2. Windows color (decimal): -3498018 or 14589898. OLE color: 14589898.
HSL color Cylindrical-coordinate representation of color #CA9FDE: hue angle of 280.95º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9FDE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 159 | 222 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.13 |
| HSL | 280.95º | 0.49% | 0.75% | - |
| HSV(B) | 280.95º | 0.28% | 0.87% | - |
| XYZ | 49.94 | 42.63 | 74.7 | - |
| YUV | 179.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 222 | 0.09 | 0.28 | 0 | 0.13 | 280.95 | 0.49 | 0.75 |
| Hex | CA | 9F | DE | 9 | 1C | 0 | D | 119 | 31 | 4B |
| Octal | 312 | 237 | 336 | 11 | 34 | 0 | 15 | 431 | 61 | 113 |
| Binary | 11001010 | 10011111 | 11011110 | 1001 | 11100 | 0 | 1101 | 100011001 | 110001 | 1001011 |
Color Harmonies of #CA9FDE
Complementary color
Monochromatic Colors of #CA9FDE
Black with #CA9FDE
Text Example
Text Example
White with #CA9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FDE; }
p { color: rgb(202,159,222); }
H1.HeaderClassName
{
color: #CA9FDE;
}
.AnyTagClassName
{
color: #CA9FDE;
}
</style>
background-color css
<style>
a { background-color: #CA9FDE; }
a { background-color: rgb(202,159,222); }
div.DivClassName
{
background-color: #CA9FDE;
}
.BgClassName
{
background-color: #CA9FDE;
}
</style>
border-color css
<style>
span { border-color: #CA9FDE; }
span { border-color: rgb(202,159,222); }
td.TdClassName
{
border-color: #CA9FDE;
}
.TagClassName
{
border-color: #CA9FDE;
}
</style>