Shades of Wisteria #C68AEF
Tints of Wisteria #C68AEF
RGB
CMYK
RGB Variations
Color information
#C68AEF (or 0xC68AEF) is known color: Wisteria. HEX triplet: C6, 8A and EF. RGB value is (198,138,239). Sum of RGB (Red+Green+Blue) = 198+138+239=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #C68AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEF is #397510. Grayscale: #A7A7A7. Windows color (decimal): -3765521 or 15698630. OLE color: 15698630.
HSL color Cylindrical-coordinate representation of color #C68AEF: hue angle of 275.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68AEF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 138 | 239 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.06 |
| HSL | 275.64º | 0.76% | 0.74% | - |
| HSV(B) | 275.64º | 0.42% | 0.94% | - |
| XYZ | 47.96 | 36.41 | 86.16 | - |
| YUV | 167.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 239 | 0.17 | 0.42 | 0 | 0.06 | 275.64 | 0.76 | 0.74 |
| Hex | C6 | 8A | EF | 11 | 2A | 0 | 6 | 114 | 4C | 4A |
| Octal | 306 | 212 | 357 | 21 | 52 | 0 | 6 | 424 | 114 | 112 |
| Binary | 11000110 | 10001010 | 11101111 | 10001 | 101010 | 0 | 110 | 100010100 | 1001100 | 1001010 |
Color Harmonies of #C68AEF
Complementary color
Monochromatic Colors of #C68AEF
Black with #C68AEF
Text Example
Text Example
White with #C68AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AEF; }
p { color: rgb(198,138,239); }
H1.HeaderClassName
{
color: #C68AEF;
}
.AnyTagClassName
{
color: #C68AEF;
}
</style>
background-color css
<style>
a { background-color: #C68AEF; }
a { background-color: rgb(198,138,239); }
div.DivClassName
{
background-color: #C68AEF;
}
.BgClassName
{
background-color: #C68AEF;
}
</style>
border-color css
<style>
span { border-color: #C68AEF; }
span { border-color: rgb(198,138,239); }
td.TdClassName
{
border-color: #C68AEF;
}
.TagClassName
{
border-color: #C68AEF;
}
</style>