Shades of Wisteria #C780E8
Tints of Wisteria #C780E8
RGB
CMYK
RGB Variations
Color information
#C780E8 (or 0xC780E8) is known color: Wisteria. HEX triplet: C7, 80 and E8. RGB value is (199,128,232). Sum of RGB (Red+Green+Blue) = 199+128+232=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #C780E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780E8 is #387F17. Grayscale: #A0A0A0. Windows color (decimal): -3702552 or 15237319. OLE color: 15237319.
HSL color Cylindrical-coordinate representation of color #C780E8: hue angle of 280.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C780E8 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 128 | 232 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.09 |
| HSL | 280.96º | 0.69% | 0.71% | - |
| HSV(B) | 280.96º | 0.45% | 0.91% | - |
| XYZ | 45.84 | 33.41 | 80.38 | - |
| YUV | 161.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 232 | 0.14 | 0.45 | 0 | 0.09 | 280.96 | 0.69 | 0.71 |
| Hex | C7 | 80 | E8 | E | 2D | 0 | 9 | 119 | 45 | 47 |
| Octal | 307 | 200 | 350 | 16 | 55 | 0 | 11 | 431 | 105 | 107 |
| Binary | 11000111 | 10000000 | 11101000 | 1110 | 101101 | 0 | 1001 | 100011001 | 1000101 | 1000111 |
Color Harmonies of #C780E8
Complementary color
Monochromatic Colors of #C780E8
Black with #C780E8
Text Example
Text Example
White with #C780E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780E8; }
p { color: rgb(199,128,232); }
H1.HeaderClassName
{
color: #C780E8;
}
.AnyTagClassName
{
color: #C780E8;
}
</style>
background-color css
<style>
a { background-color: #C780E8; }
a { background-color: rgb(199,128,232); }
div.DivClassName
{
background-color: #C780E8;
}
.BgClassName
{
background-color: #C780E8;
}
</style>
border-color css
<style>
span { border-color: #C780E8; }
span { border-color: rgb(199,128,232); }
td.TdClassName
{
border-color: #C780E8;
}
.TagClassName
{
border-color: #C780E8;
}
</style>