Shades of Wisteria #C78CFC
Tints of Wisteria #C78CFC
RGB
CMYK
RGB Variations
Color information
#C78CFC (or 0xC78CFC) is known color: Wisteria. HEX triplet: C7, 8C and FC. RGB value is (199,140,252). Sum of RGB (Red+Green+Blue) = 199+140+252=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C78CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78CFC is #387303. Grayscale: #AAAAAA. Windows color (decimal): -3699460 or 16551111. OLE color: 16551111.
HSL color Cylindrical-coordinate representation of color #C78CFC: hue angle of 271.61º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C78CFC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 140 | 252 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.01 |
| HSL | 271.61º | 0.95% | 0.77% | - |
| HSV(B) | 271.61º | 0.44% | 0.99% | - |
| XYZ | 50.5 | 37.93 | 96.75 | - |
| YUV | 170.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 252 | 0.21 | 0.44 | 0 | 0.01 | 271.61 | 0.95 | 0.77 |
| Hex | C7 | 8C | FC | 15 | 2C | 0 | 1 | 110 | 5F | 4D |
| Octal | 307 | 214 | 374 | 25 | 54 | 0 | 1 | 420 | 137 | 115 |
| Binary | 11000111 | 10001100 | 11111100 | 10101 | 101100 | 0 | 1 | 100010000 | 1011111 | 1001101 |
Color Harmonies of #C78CFC
Complementary color
Monochromatic Colors of #C78CFC
Black with #C78CFC
Text Example
Text Example
White with #C78CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78CFC; }
p { color: rgb(199,140,252); }
H1.HeaderClassName
{
color: #C78CFC;
}
.AnyTagClassName
{
color: #C78CFC;
}
</style>
background-color css
<style>
a { background-color: #C78CFC; }
a { background-color: rgb(199,140,252); }
div.DivClassName
{
background-color: #C78CFC;
}
.BgClassName
{
background-color: #C78CFC;
}
</style>
border-color css
<style>
span { border-color: #C78CFC; }
span { border-color: rgb(199,140,252); }
td.TdClassName
{
border-color: #C78CFC;
}
.TagClassName
{
border-color: #C78CFC;
}
</style>