Shades of Wisteria #CA82E8
Tints of Wisteria #CA82E8
RGB
CMYK
RGB Variations
Color information
#CA82E8 (or 0xCA82E8) is known color: Wisteria. HEX triplet: CA, 82 and E8. RGB value is (202,130,232). Sum of RGB (Red+Green+Blue) = 202+130+232=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA82E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82E8 is #357D17. Grayscale: #A2A2A2. Windows color (decimal): -3505432 or 15237834. OLE color: 15237834.
HSL color Cylindrical-coordinate representation of color #CA82E8: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA82E8 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 130 | 232 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.09 |
| HSL | 282.35º | 0.69% | 0.71% | - |
| HSV(B) | 282.35º | 0.44% | 0.91% | - |
| XYZ | 46.91 | 34.35 | 80.5 | - |
| YUV | 163.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 232 | 0.13 | 0.44 | 0 | 0.09 | 282.35 | 0.69 | 0.71 |
| Hex | CA | 82 | E8 | D | 2C | 0 | 9 | 11A | 45 | 47 |
| Octal | 312 | 202 | 350 | 15 | 54 | 0 | 11 | 432 | 105 | 107 |
| Binary | 11001010 | 10000010 | 11101000 | 1101 | 101100 | 0 | 1001 | 100011010 | 1000101 | 1000111 |
Color Harmonies of #CA82E8
Complementary color
Monochromatic Colors of #CA82E8
Black with #CA82E8
Text Example
Text Example
White with #CA82E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82E8; }
p { color: rgb(202,130,232); }
H1.HeaderClassName
{
color: #CA82E8;
}
.AnyTagClassName
{
color: #CA82E8;
}
</style>
background-color css
<style>
a { background-color: #CA82E8; }
a { background-color: rgb(202,130,232); }
div.DivClassName
{
background-color: #CA82E8;
}
.BgClassName
{
background-color: #CA82E8;
}
</style>
border-color css
<style>
span { border-color: #CA82E8; }
span { border-color: rgb(202,130,232); }
td.TdClassName
{
border-color: #CA82E8;
}
.TagClassName
{
border-color: #CA82E8;
}
</style>