Shades of Wisteria #C68CFD
Tints of Wisteria #C68CFD
RGB
CMYK
RGB Variations
Color information
#C68CFD (or 0xC68CFD) is known color: Wisteria. HEX triplet: C6, 8C and FD. RGB value is (198,140,253). Sum of RGB (Red+Green+Blue) = 198+140+253=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFD is #397302. Grayscale: #A9A9A9. Windows color (decimal): -3764995 or 16616646. OLE color: 16616646.
HSL color Cylindrical-coordinate representation of color #C68CFD: hue angle of 270.8º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68CFD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 140 | 253 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.01 |
| HSL | 270.8º | 0.97% | 0.77% | - |
| HSV(B) | 270.8º | 0.45% | 0.99% | - |
| XYZ | 50.4 | 37.85 | 97.58 | - |
| YUV | 170.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 253 | 0.22 | 0.45 | 0 | 0.01 | 270.8 | 0.97 | 0.77 |
| Hex | C6 | 8C | FD | 16 | 2D | 0 | 1 | 10F | 61 | 4D |
| Octal | 306 | 214 | 375 | 26 | 55 | 0 | 1 | 417 | 141 | 115 |
| Binary | 11000110 | 10001100 | 11111101 | 10110 | 101101 | 0 | 1 | 100001111 | 1100001 | 1001101 |
Color Harmonies of #C68CFD
Complementary color
Monochromatic Colors of #C68CFD
Black with #C68CFD
Text Example
Text Example
White with #C68CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CFD; }
p { color: rgb(198,140,253); }
H1.HeaderClassName
{
color: #C68CFD;
}
.AnyTagClassName
{
color: #C68CFD;
}
</style>
background-color css
<style>
a { background-color: #C68CFD; }
a { background-color: rgb(198,140,253); }
div.DivClassName
{
background-color: #C68CFD;
}
.BgClassName
{
background-color: #C68CFD;
}
</style>
border-color css
<style>
span { border-color: #C68CFD; }
span { border-color: rgb(198,140,253); }
td.TdClassName
{
border-color: #C68CFD;
}
.TagClassName
{
border-color: #C68CFD;
}
</style>