Shades of Wisteria #C68EEB
Tints of Wisteria #C68EEB
RGB
CMYK
RGB Variations
Color information
#C68EEB (or 0xC68EEB) is known color: Wisteria. HEX triplet: C6, 8E and EB. RGB value is (198,142,235). Sum of RGB (Red+Green+Blue) = 198+142+235=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EEB is #397114. Grayscale: #A9A9A9. Windows color (decimal): -3764501 or 15437510. OLE color: 15437510.
HSL color Cylindrical-coordinate representation of color #C68EEB: hue angle of 276.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68EEB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 142 | 235 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.08 |
| HSL | 276.13º | 0.7% | 0.74% | - |
| HSV(B) | 276.13º | 0.4% | 0.92% | - |
| XYZ | 47.96 | 37.35 | 83.28 | - |
| YUV | 169.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 235 | 0.16 | 0.40 | 0 | 0.08 | 276.13 | 0.7 | 0.74 |
| Hex | C6 | 8E | EB | 10 | 28 | 0 | 8 | 114 | 46 | 4A |
| Octal | 306 | 216 | 353 | 20 | 50 | 0 | 10 | 424 | 106 | 112 |
| Binary | 11000110 | 10001110 | 11101011 | 10000 | 101000 | 0 | 1000 | 100010100 | 1000110 | 1001010 |
Color Harmonies of #C68EEB
Complementary color
Monochromatic Colors of #C68EEB
Black with #C68EEB
Text Example
Text Example
White with #C68EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EEB; }
p { color: rgb(198,142,235); }
H1.HeaderClassName
{
color: #C68EEB;
}
.AnyTagClassName
{
color: #C68EEB;
}
</style>
background-color css
<style>
a { background-color: #C68EEB; }
a { background-color: rgb(198,142,235); }
div.DivClassName
{
background-color: #C68EEB;
}
.BgClassName
{
background-color: #C68EEB;
}
</style>
border-color css
<style>
span { border-color: #C68EEB; }
span { border-color: rgb(198,142,235); }
td.TdClassName
{
border-color: #C68EEB;
}
.TagClassName
{
border-color: #C68EEB;
}
</style>