Shades of Wisteria #CA8FF2
Tints of Wisteria #CA8FF2
RGB
CMYK
RGB Variations
Color information
#CA8FF2 (or 0xCA8FF2) is known color: Wisteria. HEX triplet: CA, 8F and F2. RGB value is (202,143,242). Sum of RGB (Red+Green+Blue) = 202+143+242=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA8FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FF2 is #35700D. Grayscale: #ABABAB. Windows color (decimal): -3502094 or 15896522. OLE color: 15896522.
HSL color Cylindrical-coordinate representation of color #CA8FF2: hue angle of 275.76º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8FF2 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 143 | 242 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.05 |
| HSL | 275.76º | 0.79% | 0.75% | - |
| HSV(B) | 275.76º | 0.41% | 0.95% | - |
| XYZ | 50.21 | 38.61 | 88.81 | - |
| YUV | 171.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 242 | 0.17 | 0.41 | 0 | 0.05 | 275.76 | 0.79 | 0.75 |
| Hex | CA | 8F | F2 | 11 | 29 | 0 | 5 | 114 | 4F | 4B |
| Octal | 312 | 217 | 362 | 21 | 51 | 0 | 5 | 424 | 117 | 113 |
| Binary | 11001010 | 10001111 | 11110010 | 10001 | 101001 | 0 | 101 | 100010100 | 1001111 | 1001011 |
Color Harmonies of #CA8FF2
Complementary color
Monochromatic Colors of #CA8FF2
Black with #CA8FF2
Text Example
Text Example
White with #CA8FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FF2; }
p { color: rgb(202,143,242); }
H1.HeaderClassName
{
color: #CA8FF2;
}
.AnyTagClassName
{
color: #CA8FF2;
}
</style>
background-color css
<style>
a { background-color: #CA8FF2; }
a { background-color: rgb(202,143,242); }
div.DivClassName
{
background-color: #CA8FF2;
}
.BgClassName
{
background-color: #CA8FF2;
}
</style>
border-color css
<style>
span { border-color: #CA8FF2; }
span { border-color: rgb(202,143,242); }
td.TdClassName
{
border-color: #CA8FF2;
}
.TagClassName
{
border-color: #CA8FF2;
}
</style>