Shades of Wisteria #C481EA
Tints of Wisteria #C481EA
RGB
CMYK
RGB Variations
Color information
#C481EA (or 0xC481EA) is known color: Wisteria. HEX triplet: C4, 81 and EA. RGB value is (196,129,234). Sum of RGB (Red+Green+Blue) = 196+129+234=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EA is #3B7E15. Grayscale: #A0A0A0. Windows color (decimal): -3898902 or 15368644. OLE color: 15368644.
HSL color Cylindrical-coordinate representation of color #C481EA: hue angle of 278.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C481EA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 129 | 234 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.08 |
| HSL | 278.29º | 0.71% | 0.71% | - |
| HSV(B) | 278.29º | 0.45% | 0.92% | - |
| XYZ | 45.47 | 33.38 | 81.89 | - |
| YUV | 161 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 234 | 0.16 | 0.45 | 0 | 0.08 | 278.29 | 0.71 | 0.71 |
| Hex | C4 | 81 | EA | 10 | 2D | 0 | 8 | 116 | 47 | 47 |
| Octal | 304 | 201 | 352 | 20 | 55 | 0 | 10 | 426 | 107 | 107 |
| Binary | 11000100 | 10000001 | 11101010 | 10000 | 101101 | 0 | 1000 | 100010110 | 1000111 | 1000111 |
Color Harmonies of #C481EA
Complementary color
Monochromatic Colors of #C481EA
Black with #C481EA
Text Example
Text Example
White with #C481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481EA; }
p { color: rgb(196,129,234); }
H1.HeaderClassName
{
color: #C481EA;
}
.AnyTagClassName
{
color: #C481EA;
}
</style>
background-color css
<style>
a { background-color: #C481EA; }
a { background-color: rgb(196,129,234); }
div.DivClassName
{
background-color: #C481EA;
}
.BgClassName
{
background-color: #C481EA;
}
</style>
border-color css
<style>
span { border-color: #C481EA; }
span { border-color: rgb(196,129,234); }
td.TdClassName
{
border-color: #C481EA;
}
.TagClassName
{
border-color: #C481EA;
}
</style>