Shades of Wisteria #CA83E6
Tints of Wisteria #CA83E6
RGB
CMYK
RGB Variations
Color information
#CA83E6 (or 0xCA83E6) is known color: Wisteria. HEX triplet: CA, 83 and E6. RGB value is (202,131,230). Sum of RGB (Red+Green+Blue) = 202+131+230=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA83E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83E6 is #357C19. Grayscale: #A3A3A3. Windows color (decimal): -3505178 or 15107018. OLE color: 15107018.
HSL color Cylindrical-coordinate representation of color #CA83E6: hue angle of 283.03º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA83E6 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 131 | 230 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.10 |
| HSL | 283.03º | 0.66% | 0.71% | - |
| HSV(B) | 283.03º | 0.43% | 0.9% | - |
| XYZ | 46.76 | 34.5 | 79.06 | - |
| YUV | 163.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 230 | 0.12 | 0.43 | 0 | 0.10 | 283.03 | 0.66 | 0.71 |
| Hex | CA | 83 | E6 | C | 2B | 0 | A | 11B | 42 | 47 |
| Octal | 312 | 203 | 346 | 14 | 53 | 0 | 12 | 433 | 102 | 107 |
| Binary | 11001010 | 10000011 | 11100110 | 1100 | 101011 | 0 | 1010 | 100011011 | 1000010 | 1000111 |
Color Harmonies of #CA83E6
Complementary color
Monochromatic Colors of #CA83E6
Black with #CA83E6
Text Example
Text Example
White with #CA83E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83E6; }
p { color: rgb(202,131,230); }
H1.HeaderClassName
{
color: #CA83E6;
}
.AnyTagClassName
{
color: #CA83E6;
}
</style>
background-color css
<style>
a { background-color: #CA83E6; }
a { background-color: rgb(202,131,230); }
div.DivClassName
{
background-color: #CA83E6;
}
.BgClassName
{
background-color: #CA83E6;
}
</style>
border-color css
<style>
span { border-color: #CA83E6; }
span { border-color: rgb(202,131,230); }
td.TdClassName
{
border-color: #CA83E6;
}
.TagClassName
{
border-color: #CA83E6;
}
</style>