Shades of Wisteria #C78FFB
Tints of Wisteria #C78FFB
RGB
CMYK
RGB Variations
Color information
#C78FFB (or 0xC78FFB) is known color: Wisteria. HEX triplet: C7, 8F and FB. RGB value is (199,143,251). Sum of RGB (Red+Green+Blue) = 199+143+251=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C78FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78FFB is #387004. Grayscale: #ABABAB. Windows color (decimal): -3698693 or 16486343. OLE color: 16486343.
HSL color Cylindrical-coordinate representation of color #C78FFB: hue angle of 271.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78FFB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 143 | 251 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.02 |
| HSL | 271.11º | 0.93% | 0.77% | - |
| HSV(B) | 271.11º | 0.43% | 0.98% | - |
| XYZ | 50.79 | 38.75 | 96.07 | - |
| YUV | 172.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 251 | 0.21 | 0.43 | 0 | 0.02 | 271.11 | 0.93 | 0.77 |
| Hex | C7 | 8F | FB | 15 | 2B | 0 | 2 | 10F | 5D | 4D |
| Octal | 307 | 217 | 373 | 25 | 53 | 0 | 2 | 417 | 135 | 115 |
| Binary | 11000111 | 10001111 | 11111011 | 10101 | 101011 | 0 | 10 | 100001111 | 1011101 | 1001101 |
Color Harmonies of #C78FFB
Complementary color
Monochromatic Colors of #C78FFB
Black with #C78FFB
Text Example
Text Example
White with #C78FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78FFB; }
p { color: rgb(199,143,251); }
H1.HeaderClassName
{
color: #C78FFB;
}
.AnyTagClassName
{
color: #C78FFB;
}
</style>
background-color css
<style>
a { background-color: #C78FFB; }
a { background-color: rgb(199,143,251); }
div.DivClassName
{
background-color: #C78FFB;
}
.BgClassName
{
background-color: #C78FFB;
}
</style>
border-color css
<style>
span { border-color: #C78FFB; }
span { border-color: rgb(199,143,251); }
td.TdClassName
{
border-color: #C78FFB;
}
.TagClassName
{
border-color: #C78FFB;
}
</style>