Shades of Wisteria #CA9FE6
Tints of Wisteria #CA9FE6
RGB
CMYK
RGB Variations
Color information
#CA9FE6 (or 0xCA9FE6) is known color: Wisteria. HEX triplet: CA, 9F and E6. RGB value is (202,159,230). Sum of RGB (Red+Green+Blue) = 202+159+230=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FE6 is #356019. Grayscale: #B3B3B3. Windows color (decimal): -3498010 or 15114186. OLE color: 15114186.
HSL color Cylindrical-coordinate representation of color #CA9FE6: hue angle of 276.34º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9FE6 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 159 | 230 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.10 |
| HSL | 276.34º | 0.59% | 0.76% | - |
| HSV(B) | 276.34º | 0.31% | 0.9% | - |
| XYZ | 51.04 | 43.07 | 80.49 | - |
| YUV | 179.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 230 | 0.12 | 0.31 | 0 | 0.10 | 276.34 | 0.59 | 0.76 |
| Hex | CA | 9F | E6 | C | 1F | 0 | A | 114 | 3B | 4C |
| Octal | 312 | 237 | 346 | 14 | 37 | 0 | 12 | 424 | 73 | 114 |
| Binary | 11001010 | 10011111 | 11100110 | 1100 | 11111 | 0 | 1010 | 100010100 | 111011 | 1001100 |
Color Harmonies of #CA9FE6
Complementary color
Monochromatic Colors of #CA9FE6
Black with #CA9FE6
Text Example
Text Example
White with #CA9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FE6; }
p { color: rgb(202,159,230); }
H1.HeaderClassName
{
color: #CA9FE6;
}
.AnyTagClassName
{
color: #CA9FE6;
}
</style>
background-color css
<style>
a { background-color: #CA9FE6; }
a { background-color: rgb(202,159,230); }
div.DivClassName
{
background-color: #CA9FE6;
}
.BgClassName
{
background-color: #CA9FE6;
}
</style>
border-color css
<style>
span { border-color: #CA9FE6; }
span { border-color: rgb(202,159,230); }
td.TdClassName
{
border-color: #CA9FE6;
}
.TagClassName
{
border-color: #CA9FE6;
}
</style>