Shades of Wisteria #C694F6
Tints of Wisteria #C694F6
RGB
CMYK
RGB Variations
Color information
#C694F6 (or 0xC694F6) is known color: Wisteria. HEX triplet: C6, 94 and F6. RGB value is (198,148,246). Sum of RGB (Red+Green+Blue) = 198+148+246=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #C694F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694F6 is #396B09. Grayscale: #ADADAD. Windows color (decimal): -3762954 or 16159942. OLE color: 16159942.
HSL color Cylindrical-coordinate representation of color #C694F6: hue angle of 270.61º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C694F6 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 148 | 246 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.04 |
| HSL | 270.61º | 0.84% | 0.77% | - |
| HSV(B) | 270.61º | 0.4% | 0.96% | - |
| XYZ | 50.51 | 39.84 | 92.22 | - |
| YUV | 174.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 246 | 0.20 | 0.40 | 0 | 0.04 | 270.61 | 0.84 | 0.77 |
| Hex | C6 | 94 | F6 | 14 | 28 | 0 | 4 | 10F | 54 | 4D |
| Octal | 306 | 224 | 366 | 24 | 50 | 0 | 4 | 417 | 124 | 115 |
| Binary | 11000110 | 10010100 | 11110110 | 10100 | 101000 | 0 | 100 | 100001111 | 1010100 | 1001101 |
Color Harmonies of #C694F6
Complementary color
Monochromatic Colors of #C694F6
Black with #C694F6
Text Example
Text Example
White with #C694F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694F6; }
p { color: rgb(198,148,246); }
H1.HeaderClassName
{
color: #C694F6;
}
.AnyTagClassName
{
color: #C694F6;
}
</style>
background-color css
<style>
a { background-color: #C694F6; }
a { background-color: rgb(198,148,246); }
div.DivClassName
{
background-color: #C694F6;
}
.BgClassName
{
background-color: #C694F6;
}
</style>
border-color css
<style>
span { border-color: #C694F6; }
span { border-color: rgb(198,148,246); }
td.TdClassName
{
border-color: #C694F6;
}
.TagClassName
{
border-color: #C694F6;
}
</style>