Shades of Wisteria #C68EFD
Tints of Wisteria #C68EFD
RGB
CMYK
RGB Variations
Color information
#C68EFD (or 0xC68EFD) is known color: Wisteria. HEX triplet: C6, 8E and FD. RGB value is (198,142,253). Sum of RGB (Red+Green+Blue) = 198+142+253=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFD is #397102. Grayscale: #ABABAB. Windows color (decimal): -3764483 or 16617158. OLE color: 16617158.
HSL color Cylindrical-coordinate representation of color #C68EFD: hue angle of 270.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68EFD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 142 | 253 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.01 |
| HSL | 270.27º | 0.97% | 0.77% | - |
| HSV(B) | 270.27º | 0.44% | 0.99% | - |
| XYZ | 50.69 | 38.44 | 97.68 | - |
| YUV | 171.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 253 | 0.22 | 0.44 | 0 | 0.01 | 270.27 | 0.97 | 0.77 |
| Hex | C6 | 8E | FD | 16 | 2C | 0 | 1 | 10E | 61 | 4D |
| Octal | 306 | 216 | 375 | 26 | 54 | 0 | 1 | 416 | 141 | 115 |
| Binary | 11000110 | 10001110 | 11111101 | 10110 | 101100 | 0 | 1 | 100001110 | 1100001 | 1001101 |
Color Harmonies of #C68EFD
Complementary color
Monochromatic Colors of #C68EFD
Black with #C68EFD
Text Example
Text Example
White with #C68EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EFD; }
p { color: rgb(198,142,253); }
H1.HeaderClassName
{
color: #C68EFD;
}
.AnyTagClassName
{
color: #C68EFD;
}
</style>
background-color css
<style>
a { background-color: #C68EFD; }
a { background-color: rgb(198,142,253); }
div.DivClassName
{
background-color: #C68EFD;
}
.BgClassName
{
background-color: #C68EFD;
}
</style>
border-color css
<style>
span { border-color: #C68EFD; }
span { border-color: rgb(198,142,253); }
td.TdClassName
{
border-color: #C68EFD;
}
.TagClassName
{
border-color: #C68EFD;
}
</style>