Shades of Wisteria #C680EA
Tints of Wisteria #C680EA
RGB
CMYK
RGB Variations
Color information
#C680EA (or 0xC680EA) is known color: Wisteria. HEX triplet: C6, 80 and EA. RGB value is (198,128,234). Sum of RGB (Red+Green+Blue) = 198+128+234=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C680EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C680EA is #397F15. Grayscale: #A0A0A0. Windows color (decimal): -3768086 or 15368390. OLE color: 15368390.
HSL color Cylindrical-coordinate representation of color #C680EA: hue angle of 279.62º degrees, saturation: 0.72, 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 #C680EA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 128 | 234 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.08 |
| HSL | 279.62º | 0.72% | 0.71% | - |
| HSV(B) | 279.62º | 0.45% | 0.92% | - |
| XYZ | 45.86 | 33.38 | 81.87 | - |
| YUV | 161.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 234 | 0.15 | 0.45 | 0 | 0.08 | 279.62 | 0.72 | 0.71 |
| Hex | C6 | 80 | EA | F | 2D | 0 | 8 | 118 | 48 | 47 |
| Octal | 306 | 200 | 352 | 17 | 55 | 0 | 10 | 430 | 110 | 107 |
| Binary | 11000110 | 10000000 | 11101010 | 1111 | 101101 | 0 | 1000 | 100011000 | 1001000 | 1000111 |
Color Harmonies of #C680EA
Complementary color
Monochromatic Colors of #C680EA
Black with #C680EA
Text Example
Text Example
White with #C680EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680EA; }
p { color: rgb(198,128,234); }
H1.HeaderClassName
{
color: #C680EA;
}
.AnyTagClassName
{
color: #C680EA;
}
</style>
background-color css
<style>
a { background-color: #C680EA; }
a { background-color: rgb(198,128,234); }
div.DivClassName
{
background-color: #C680EA;
}
.BgClassName
{
background-color: #C680EA;
}
</style>
border-color css
<style>
span { border-color: #C680EA; }
span { border-color: rgb(198,128,234); }
td.TdClassName
{
border-color: #C680EA;
}
.TagClassName
{
border-color: #C680EA;
}
</style>