Shades of Wisteria #C68DFC
Tints of Wisteria #C68DFC
RGB
CMYK
RGB Variations
Color information
#C68DFC (or 0xC68DFC) is known color: Wisteria. HEX triplet: C6, 8D and FC. RGB value is (198,141,252). Sum of RGB (Red+Green+Blue) = 198+141+252=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFC is #397203. Grayscale: #AAAAAA. Windows color (decimal): -3764740 or 16551366. OLE color: 16551366.
HSL color Cylindrical-coordinate representation of color #C68DFC: hue angle of 270.81º degrees, saturation: 0.95, 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 #C68DFC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 141 | 252 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.01 |
| HSL | 270.81º | 0.95% | 0.77% | - |
| HSV(B) | 270.81º | 0.44% | 0.99% | - |
| XYZ | 50.38 | 38.08 | 96.79 | - |
| YUV | 170.7 | 173.88 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 252 | 0.21 | 0.44 | 0 | 0.01 | 270.81 | 0.95 | 0.77 |
| Hex | C6 | 8D | FC | 15 | 2C | 0 | 1 | 10F | 5F | 4D |
| Octal | 306 | 215 | 374 | 25 | 54 | 0 | 1 | 417 | 137 | 115 |
| Binary | 11000110 | 10001101 | 11111100 | 10101 | 101100 | 0 | 1 | 100001111 | 1011111 | 1001101 |
Color Harmonies of #C68DFC
Complementary color
Monochromatic Colors of #C68DFC
Black with #C68DFC
Text Example
Text Example
White with #C68DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DFC; }
p { color: rgb(198,141,252); }
H1.HeaderClassName
{
color: #C68DFC;
}
.AnyTagClassName
{
color: #C68DFC;
}
</style>
background-color css
<style>
a { background-color: #C68DFC; }
a { background-color: rgb(198,141,252); }
div.DivClassName
{
background-color: #C68DFC;
}
.BgClassName
{
background-color: #C68DFC;
}
</style>
border-color css
<style>
span { border-color: #C68DFC; }
span { border-color: rgb(198,141,252); }
td.TdClassName
{
border-color: #C68DFC;
}
.TagClassName
{
border-color: #C68DFC;
}
</style>