Shades of Wisteria #C882EA
Tints of Wisteria #C882EA
RGB
CMYK
RGB Variations
Color information
#C882EA (or 0xC882EA) is known color: Wisteria. HEX triplet: C8, 82 and EA. RGB value is (200,130,234). Sum of RGB (Red+Green+Blue) = 200+130+234=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #C882EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882EA is #377D15. Grayscale: #A2A2A2. Windows color (decimal): -3636502 or 15368904. OLE color: 15368904.
HSL color Cylindrical-coordinate representation of color #C882EA: hue angle of 280.38º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C882EA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 130 | 234 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.08 |
| HSL | 280.38º | 0.71% | 0.71% | - |
| HSV(B) | 280.38º | 0.44% | 0.92% | - |
| XYZ | 46.65 | 34.19 | 81.98 | - |
| YUV | 162.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 234 | 0.15 | 0.44 | 0 | 0.08 | 280.38 | 0.71 | 0.71 |
| Hex | C8 | 82 | EA | F | 2C | 0 | 8 | 118 | 47 | 47 |
| Octal | 310 | 202 | 352 | 17 | 54 | 0 | 10 | 430 | 107 | 107 |
| Binary | 11001000 | 10000010 | 11101010 | 1111 | 101100 | 0 | 1000 | 100011000 | 1000111 | 1000111 |
Color Harmonies of #C882EA
Complementary color
Monochromatic Colors of #C882EA
Black with #C882EA
Text Example
Text Example
White with #C882EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882EA; }
p { color: rgb(200,130,234); }
H1.HeaderClassName
{
color: #C882EA;
}
.AnyTagClassName
{
color: #C882EA;
}
</style>
background-color css
<style>
a { background-color: #C882EA; }
a { background-color: rgb(200,130,234); }
div.DivClassName
{
background-color: #C882EA;
}
.BgClassName
{
background-color: #C882EA;
}
</style>
border-color css
<style>
span { border-color: #C882EA; }
span { border-color: rgb(200,130,234); }
td.TdClassName
{
border-color: #C882EA;
}
.TagClassName
{
border-color: #C882EA;
}
</style>