Shades of Wisteria #C694F2
Tints of Wisteria #C694F2
RGB
CMYK
RGB Variations
Color information
#C694F2 (or 0xC694F2) is known color: Wisteria. HEX triplet: C6, 94 and F2. RGB value is (198,148,242). Sum of RGB (Red+Green+Blue) = 198+148+242=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #C694F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694F2 is #396B0D. Grayscale: #ADADAD. Windows color (decimal): -3762958 or 15897798. OLE color: 15897798.
HSL color Cylindrical-coordinate representation of color #C694F2: hue angle of 271.91º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C694F2 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 148 | 242 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.05 |
| HSL | 271.91º | 0.78% | 0.76% | - |
| HSV(B) | 271.91º | 0.39% | 0.95% | - |
| XYZ | 49.91 | 39.6 | 89.02 | - |
| YUV | 173.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 242 | 0.18 | 0.39 | 0 | 0.05 | 271.91 | 0.78 | 0.76 |
| Hex | C6 | 94 | F2 | 12 | 27 | 0 | 5 | 110 | 4E | 4C |
| Octal | 306 | 224 | 362 | 22 | 47 | 0 | 5 | 420 | 116 | 114 |
| Binary | 11000110 | 10010100 | 11110010 | 10010 | 100111 | 0 | 101 | 100010000 | 1001110 | 1001100 |
Color Harmonies of #C694F2
Complementary color
Monochromatic Colors of #C694F2
Black with #C694F2
Text Example
Text Example
White with #C694F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694F2; }
p { color: rgb(198,148,242); }
H1.HeaderClassName
{
color: #C694F2;
}
.AnyTagClassName
{
color: #C694F2;
}
</style>
background-color css
<style>
a { background-color: #C694F2; }
a { background-color: rgb(198,148,242); }
div.DivClassName
{
background-color: #C694F2;
}
.BgClassName
{
background-color: #C694F2;
}
</style>
border-color css
<style>
span { border-color: #C694F2; }
span { border-color: rgb(198,148,242); }
td.TdClassName
{
border-color: #C694F2;
}
.TagClassName
{
border-color: #C694F2;
}
</style>