Shades of Wisteria #C694EE
Tints of Wisteria #C694EE
RGB
CMYK
RGB Variations
Color information
#C694EE (or 0xC694EE) is known color: Wisteria. HEX triplet: C6, 94 and EE. RGB value is (198,148,238). Sum of RGB (Red+Green+Blue) = 198+148+238=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #C694EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694EE is #396B11. Grayscale: #ACACAC. Windows color (decimal): -3762962 or 15635654. OLE color: 15635654.
HSL color Cylindrical-coordinate representation of color #C694EE: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C694EE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 148 | 238 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.07 |
| HSL | 273.33º | 0.73% | 0.76% | - |
| HSV(B) | 273.33º | 0.38% | 0.93% | - |
| XYZ | 49.31 | 39.36 | 85.89 | - |
| YUV | 173.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 238 | 0.17 | 0.38 | 0 | 0.07 | 273.33 | 0.73 | 0.76 |
| Hex | C6 | 94 | EE | 11 | 26 | 0 | 7 | 111 | 49 | 4C |
| Octal | 306 | 224 | 356 | 21 | 46 | 0 | 7 | 421 | 111 | 114 |
| Binary | 11000110 | 10010100 | 11101110 | 10001 | 100110 | 0 | 111 | 100010001 | 1001001 | 1001100 |
Color Harmonies of #C694EE
Complementary color
Monochromatic Colors of #C694EE
Black with #C694EE
Text Example
Text Example
White with #C694EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694EE; }
p { color: rgb(198,148,238); }
H1.HeaderClassName
{
color: #C694EE;
}
.AnyTagClassName
{
color: #C694EE;
}
</style>
background-color css
<style>
a { background-color: #C694EE; }
a { background-color: rgb(198,148,238); }
div.DivClassName
{
background-color: #C694EE;
}
.BgClassName
{
background-color: #C694EE;
}
</style>
border-color css
<style>
span { border-color: #C694EE; }
span { border-color: rgb(198,148,238); }
td.TdClassName
{
border-color: #C694EE;
}
.TagClassName
{
border-color: #C694EE;
}
</style>