Shades of Wisteria #CA9DF5
Tints of Wisteria #CA9DF5
RGB
CMYK
RGB Variations
Color information
#CA9DF5 (or 0xCA9DF5) is known color: Wisteria. HEX triplet: CA, 9D and F5. RGB value is (202,157,245). Sum of RGB (Red+Green+Blue) = 202+157+245=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DF5 is #35620A. Grayscale: #B4B4B4. Windows color (decimal): -3498507 or 16096714. OLE color: 16096714.
HSL color Cylindrical-coordinate representation of color #CA9DF5: hue angle of 270.68º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9DF5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 157 | 245 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.04 |
| HSL | 270.68º | 0.81% | 0.79% | - |
| HSV(B) | 270.68º | 0.36% | 0.96% | - |
| XYZ | 52.9 | 43.26 | 91.95 | - |
| YUV | 180.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 245 | 0.18 | 0.36 | 0 | 0.04 | 270.68 | 0.81 | 0.79 |
| Hex | CA | 9D | F5 | 12 | 24 | 0 | 4 | 10F | 51 | 4F |
| Octal | 312 | 235 | 365 | 22 | 44 | 0 | 4 | 417 | 121 | 117 |
| Binary | 11001010 | 10011101 | 11110101 | 10010 | 100100 | 0 | 100 | 100001111 | 1010001 | 1001111 |
Color Harmonies of #CA9DF5
Complementary color
Monochromatic Colors of #CA9DF5
Black with #CA9DF5
Text Example
Text Example
White with #CA9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DF5; }
p { color: rgb(202,157,245); }
H1.HeaderClassName
{
color: #CA9DF5;
}
.AnyTagClassName
{
color: #CA9DF5;
}
</style>
background-color css
<style>
a { background-color: #CA9DF5; }
a { background-color: rgb(202,157,245); }
div.DivClassName
{
background-color: #CA9DF5;
}
.BgClassName
{
background-color: #CA9DF5;
}
</style>
border-color css
<style>
span { border-color: #CA9DF5; }
span { border-color: rgb(202,157,245); }
td.TdClassName
{
border-color: #CA9DF5;
}
.TagClassName
{
border-color: #CA9DF5;
}
</style>