Shades of Wisteria #C68FED
Tints of Wisteria #C68FED
RGB
CMYK
RGB Variations
Color information
#C68FED (or 0xC68FED) is known color: Wisteria. HEX triplet: C6, 8F and ED. RGB value is (198,143,237). Sum of RGB (Red+Green+Blue) = 198+143+237=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C68FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FED is #397012. Grayscale: #A9A9A9. Windows color (decimal): -3764243 or 15568838. OLE color: 15568838.
HSL color Cylindrical-coordinate representation of color #C68FED: hue angle of 275.11º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68FED is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 143 | 237 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.07 |
| HSL | 275.11º | 0.72% | 0.75% | - |
| HSV(B) | 275.11º | 0.4% | 0.93% | - |
| XYZ | 48.4 | 37.77 | 84.86 | - |
| YUV | 170.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 237 | 0.16 | 0.40 | 0 | 0.07 | 275.11 | 0.72 | 0.75 |
| Hex | C6 | 8F | ED | 10 | 28 | 0 | 7 | 113 | 48 | 4B |
| Octal | 306 | 217 | 355 | 20 | 50 | 0 | 7 | 423 | 110 | 113 |
| Binary | 11000110 | 10001111 | 11101101 | 10000 | 101000 | 0 | 111 | 100010011 | 1001000 | 1001011 |
Color Harmonies of #C68FED
Complementary color
Monochromatic Colors of #C68FED
Black with #C68FED
Text Example
Text Example
White with #C68FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FED; }
p { color: rgb(198,143,237); }
H1.HeaderClassName
{
color: #C68FED;
}
.AnyTagClassName
{
color: #C68FED;
}
</style>
background-color css
<style>
a { background-color: #C68FED; }
a { background-color: rgb(198,143,237); }
div.DivClassName
{
background-color: #C68FED;
}
.BgClassName
{
background-color: #C68FED;
}
</style>
border-color css
<style>
span { border-color: #C68FED; }
span { border-color: rgb(198,143,237); }
td.TdClassName
{
border-color: #C68FED;
}
.TagClassName
{
border-color: #C68FED;
}
</style>