Shades of Wisteria #C68EDF
Tints of Wisteria #C68EDF
RGB
CMYK
RGB Variations
Color information
#C68EDF (or 0xC68EDF) is known color: Wisteria. HEX triplet: C6, 8E and DF. RGB value is (198,142,223). Sum of RGB (Red+Green+Blue) = 198+142+223=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C68EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDF is #397120. Grayscale: #A7A7A7. Windows color (decimal): -3764513 or 14651078. OLE color: 14651078.
HSL color Cylindrical-coordinate representation of color #C68EDF: hue angle of 281.48º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68EDF is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 142 | 223 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.13 |
| HSL | 281.48º | 0.56% | 0.72% | - |
| HSV(B) | 281.48º | 0.36% | 0.87% | - |
| XYZ | 46.28 | 36.68 | 74.45 | - |
| YUV | 167.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 223 | 0.11 | 0.36 | 0 | 0.13 | 281.48 | 0.56 | 0.72 |
| Hex | C6 | 8E | DF | B | 24 | 0 | D | 119 | 38 | 48 |
| Octal | 306 | 216 | 337 | 13 | 44 | 0 | 15 | 431 | 70 | 110 |
| Binary | 11000110 | 10001110 | 11011111 | 1011 | 100100 | 0 | 1101 | 100011001 | 111000 | 1001000 |
Color Harmonies of #C68EDF
Complementary color
Monochromatic Colors of #C68EDF
Black with #C68EDF
Text Example
Text Example
White with #C68EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EDF; }
p { color: rgb(198,142,223); }
H1.HeaderClassName
{
color: #C68EDF;
}
.AnyTagClassName
{
color: #C68EDF;
}
</style>
background-color css
<style>
a { background-color: #C68EDF; }
a { background-color: rgb(198,142,223); }
div.DivClassName
{
background-color: #C68EDF;
}
.BgClassName
{
background-color: #C68EDF;
}
</style>
border-color css
<style>
span { border-color: #C68EDF; }
span { border-color: rgb(198,142,223); }
td.TdClassName
{
border-color: #C68EDF;
}
.TagClassName
{
border-color: #C68EDF;
}
</style>