Shades of Wisteria #CA9FDF
Tints of Wisteria #CA9FDF
RGB
CMYK
RGB Variations
Color information
#CA9FDF (or 0xCA9FDF) is known color: Wisteria. HEX triplet: CA, 9F and DF. RGB value is (202,159,223). Sum of RGB (Red+Green+Blue) = 202+159+223=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDF is #356020. Grayscale: #B2B2B2. Windows color (decimal): -3498017 or 14655434. OLE color: 14655434.
HSL color Cylindrical-coordinate representation of color #CA9FDF: hue angle of 280.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9FDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 159 | 223 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 280.31º | 0.5% | 0.75% | - |
| HSV(B) | 280.31º | 0.29% | 0.87% | - |
| XYZ | 50.07 | 42.68 | 75.41 | - |
| YUV | 179.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 223 | 0.09 | 0.29 | 0 | 0.13 | 280.31 | 0.5 | 0.75 |
| Hex | CA | 9F | DF | 9 | 1D | 0 | D | 118 | 32 | 4B |
| Octal | 312 | 237 | 337 | 11 | 35 | 0 | 15 | 430 | 62 | 113 |
| Binary | 11001010 | 10011111 | 11011111 | 1001 | 11101 | 0 | 1101 | 100011000 | 110010 | 1001011 |
Color Harmonies of #CA9FDF
Complementary color
Monochromatic Colors of #CA9FDF
Black with #CA9FDF
Text Example
Text Example
White with #CA9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FDF; }
p { color: rgb(202,159,223); }
H1.HeaderClassName
{
color: #CA9FDF;
}
.AnyTagClassName
{
color: #CA9FDF;
}
</style>
background-color css
<style>
a { background-color: #CA9FDF; }
a { background-color: rgb(202,159,223); }
div.DivClassName
{
background-color: #CA9FDF;
}
.BgClassName
{
background-color: #CA9FDF;
}
</style>
border-color css
<style>
span { border-color: #CA9FDF; }
span { border-color: rgb(202,159,223); }
td.TdClassName
{
border-color: #CA9FDF;
}
.TagClassName
{
border-color: #CA9FDF;
}
</style>