Shades of Wisteria #CA8FDC
Tints of Wisteria #CA8FDC
RGB
CMYK
RGB Variations
Color information
#CA8FDC (or 0xCA8FDC) is known color: Wisteria. HEX triplet: CA, 8F and DC. RGB value is (202,143,220). Sum of RGB (Red+Green+Blue) = 202+143+220=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FDC is #357023. Grayscale: #A9A9A9. Windows color (decimal): -3502116 or 14454730. OLE color: 14454730.
HSL color Cylindrical-coordinate representation of color #CA8FDC: hue angle of 285.97º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8FDC is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 143 | 220 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.14 |
| HSL | 285.97º | 0.52% | 0.71% | - |
| HSV(B) | 285.97º | 0.35% | 0.86% | - |
| XYZ | 47.1 | 37.37 | 72.44 | - |
| YUV | 169.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 220 | 0.08 | 0.35 | 0 | 0.14 | 285.97 | 0.52 | 0.71 |
| Hex | CA | 8F | DC | 8 | 23 | 0 | E | 11E | 34 | 47 |
| Octal | 312 | 217 | 334 | 10 | 43 | 0 | 16 | 436 | 64 | 107 |
| Binary | 11001010 | 10001111 | 11011100 | 1000 | 100011 | 0 | 1110 | 100011110 | 110100 | 1000111 |
Color Harmonies of #CA8FDC
Complementary color
Monochromatic Colors of #CA8FDC
Black with #CA8FDC
Text Example
Text Example
White with #CA8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FDC; }
p { color: rgb(202,143,220); }
H1.HeaderClassName
{
color: #CA8FDC;
}
.AnyTagClassName
{
color: #CA8FDC;
}
</style>
background-color css
<style>
a { background-color: #CA8FDC; }
a { background-color: rgb(202,143,220); }
div.DivClassName
{
background-color: #CA8FDC;
}
.BgClassName
{
background-color: #CA8FDC;
}
</style>
border-color css
<style>
span { border-color: #CA8FDC; }
span { border-color: rgb(202,143,220); }
td.TdClassName
{
border-color: #CA8FDC;
}
.TagClassName
{
border-color: #CA8FDC;
}
</style>