Shades of Wisteria #C68CD5
Tints of Wisteria #C68CD5
RGB
CMYK
RGB Variations
Color information
#C68CD5 (or 0xC68CD5) is known color: Wisteria. HEX triplet: C6, 8C and D5. RGB value is (198,140,213). Sum of RGB (Red+Green+Blue) = 198+140+213=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #C68CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CD5 is #39732A. Grayscale: #A5A5A5. Windows color (decimal): -3765035 or 13995206. OLE color: 13995206.
HSL color Cylindrical-coordinate representation of color #C68CD5: hue angle of 287.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68CD5 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 140 | 213 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.16 |
| HSL | 287.67º | 0.46% | 0.69% | - |
| HSV(B) | 287.67º | 0.34% | 0.84% | - |
| XYZ | 44.68 | 35.57 | 67.46 | - |
| YUV | 165.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 213 | 0.07 | 0.34 | 0 | 0.16 | 287.67 | 0.46 | 0.69 |
| Hex | C6 | 8C | D5 | 7 | 22 | 0 | 10 | 120 | 2E | 45 |
| Octal | 306 | 214 | 325 | 7 | 42 | 0 | 20 | 440 | 56 | 105 |
| Binary | 11000110 | 10001100 | 11010101 | 111 | 100010 | 0 | 10000 | 100100000 | 101110 | 1000101 |
Color Harmonies of #C68CD5
Complementary color
Monochromatic Colors of #C68CD5
Black with #C68CD5
Text Example
Text Example
White with #C68CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CD5; }
p { color: rgb(198,140,213); }
H1.HeaderClassName
{
color: #C68CD5;
}
.AnyTagClassName
{
color: #C68CD5;
}
</style>
background-color css
<style>
a { background-color: #C68CD5; }
a { background-color: rgb(198,140,213); }
div.DivClassName
{
background-color: #C68CD5;
}
.BgClassName
{
background-color: #C68CD5;
}
</style>
border-color css
<style>
span { border-color: #C68CD5; }
span { border-color: rgb(198,140,213); }
td.TdClassName
{
border-color: #C68CD5;
}
.TagClassName
{
border-color: #C68CD5;
}
</style>