Shades of Wisteria #C68ADF
Tints of Wisteria #C68ADF
RGB
CMYK
RGB Variations
Color information
#C68ADF (or 0xC68ADF) is known color: Wisteria. HEX triplet: C6, 8A and DF. RGB value is (198,138,223). Sum of RGB (Red+Green+Blue) = 198+138+223=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C68ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ADF is #397520. Grayscale: #A5A5A5. Windows color (decimal): -3765537 or 14650054. OLE color: 14650054.
HSL color Cylindrical-coordinate representation of color #C68ADF: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C68ADF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 138 | 223 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.13 |
| HSL | 282.35º | 0.57% | 0.71% | - |
| HSV(B) | 282.35º | 0.38% | 0.87% | - |
| XYZ | 45.7 | 35.51 | 74.26 | - |
| YUV | 165.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 223 | 0.11 | 0.38 | 0 | 0.13 | 282.35 | 0.57 | 0.71 |
| Hex | C6 | 8A | DF | B | 26 | 0 | D | 11A | 39 | 47 |
| Octal | 306 | 212 | 337 | 13 | 46 | 0 | 15 | 432 | 71 | 107 |
| Binary | 11000110 | 10001010 | 11011111 | 1011 | 100110 | 0 | 1101 | 100011010 | 111001 | 1000111 |
Color Harmonies of #C68ADF
Complementary color
Monochromatic Colors of #C68ADF
Black with #C68ADF
Text Example
Text Example
White with #C68ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ADF; }
p { color: rgb(198,138,223); }
H1.HeaderClassName
{
color: #C68ADF;
}
.AnyTagClassName
{
color: #C68ADF;
}
</style>
background-color css
<style>
a { background-color: #C68ADF; }
a { background-color: rgb(198,138,223); }
div.DivClassName
{
background-color: #C68ADF;
}
.BgClassName
{
background-color: #C68ADF;
}
</style>
border-color css
<style>
span { border-color: #C68ADF; }
span { border-color: rgb(198,138,223); }
td.TdClassName
{
border-color: #C68ADF;
}
.TagClassName
{
border-color: #C68ADF;
}
</style>