Shades of Wisteria #C68CDF
Tints of Wisteria #C68CDF
RGB
CMYK
RGB Variations
Color information
#C68CDF (or 0xC68CDF) is known color: Wisteria. HEX triplet: C6, 8C and DF. RGB value is (198,140,223). Sum of RGB (Red+Green+Blue) = 198+140+223=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C68CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDF is #397320. Grayscale: #A6A6A6. Windows color (decimal): -3765025 or 14650566. OLE color: 14650566.
HSL color Cylindrical-coordinate representation of color #C68CDF: hue angle of 281.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68CDF is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 140 | 223 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.13 |
| HSL | 281.93º | 0.56% | 0.71% | - |
| HSV(B) | 281.93º | 0.37% | 0.87% | - |
| XYZ | 45.99 | 36.09 | 74.35 | - |
| YUV | 166.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 223 | 0.11 | 0.37 | 0 | 0.13 | 281.93 | 0.56 | 0.71 |
| Hex | C6 | 8C | DF | B | 25 | 0 | D | 11A | 38 | 47 |
| Octal | 306 | 214 | 337 | 13 | 45 | 0 | 15 | 432 | 70 | 107 |
| Binary | 11000110 | 10001100 | 11011111 | 1011 | 100101 | 0 | 1101 | 100011010 | 111000 | 1000111 |
Color Harmonies of #C68CDF
Complementary color
Monochromatic Colors of #C68CDF
Black with #C68CDF
Text Example
Text Example
White with #C68CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CDF; }
p { color: rgb(198,140,223); }
H1.HeaderClassName
{
color: #C68CDF;
}
.AnyTagClassName
{
color: #C68CDF;
}
</style>
background-color css
<style>
a { background-color: #C68CDF; }
a { background-color: rgb(198,140,223); }
div.DivClassName
{
background-color: #C68CDF;
}
.BgClassName
{
background-color: #C68CDF;
}
</style>
border-color css
<style>
span { border-color: #C68CDF; }
span { border-color: rgb(198,140,223); }
td.TdClassName
{
border-color: #C68CDF;
}
.TagClassName
{
border-color: #C68CDF;
}
</style>