Shades of Wisteria #C68AD7
Tints of Wisteria #C68AD7
RGB
CMYK
RGB Variations
Color information
#C68AD7 (or 0xC68AD7) is known color: Wisteria. HEX triplet: C6, 8A and D7. RGB value is (198,138,215). Sum of RGB (Red+Green+Blue) = 198+138+215=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #C68AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AD7 is #397528. Grayscale: #A4A4A4. Windows color (decimal): -3765545 or 14125766. OLE color: 14125766.
HSL color Cylindrical-coordinate representation of color #C68AD7: hue angle of 286.75º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68AD7 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 138 | 215 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.16 |
| HSL | 286.75º | 0.49% | 0.69% | - |
| HSV(B) | 286.75º | 0.36% | 0.84% | - |
| XYZ | 44.64 | 35.09 | 68.71 | - |
| YUV | 164.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 215 | 0.08 | 0.36 | 0 | 0.16 | 286.75 | 0.49 | 0.69 |
| Hex | C6 | 8A | D7 | 8 | 24 | 0 | 10 | 11F | 31 | 45 |
| Octal | 306 | 212 | 327 | 10 | 44 | 0 | 20 | 437 | 61 | 105 |
| Binary | 11000110 | 10001010 | 11010111 | 1000 | 100100 | 0 | 10000 | 100011111 | 110001 | 1000101 |
Color Harmonies of #C68AD7
Complementary color
Monochromatic Colors of #C68AD7
Black with #C68AD7
Text Example
Text Example
White with #C68AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AD7; }
p { color: rgb(198,138,215); }
H1.HeaderClassName
{
color: #C68AD7;
}
.AnyTagClassName
{
color: #C68AD7;
}
</style>
background-color css
<style>
a { background-color: #C68AD7; }
a { background-color: rgb(198,138,215); }
div.DivClassName
{
background-color: #C68AD7;
}
.BgClassName
{
background-color: #C68AD7;
}
</style>
border-color css
<style>
span { border-color: #C68AD7; }
span { border-color: rgb(198,138,215); }
td.TdClassName
{
border-color: #C68AD7;
}
.TagClassName
{
border-color: #C68AD7;
}
</style>