Shades of Wisteria #C694FA
Tints of Wisteria #C694FA
RGB
CMYK
RGB Variations
Color information
#C694FA (or 0xC694FA) is known color: Wisteria. HEX triplet: C6, 94 and FA. RGB value is (198,148,250). Sum of RGB (Red+Green+Blue) = 198+148+250=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C694FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FA is #396B05. Grayscale: #AEAEAE. Windows color (decimal): -3762950 or 16422086. OLE color: 16422086.
HSL color Cylindrical-coordinate representation of color #C694FA: hue angle of 269.41º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C694FA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 148 | 250 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.02 |
| HSL | 269.41º | 0.91% | 0.78% | - |
| HSV(B) | 269.41º | 0.41% | 0.98% | - |
| XYZ | 51.13 | 40.09 | 95.49 | - |
| YUV | 174.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 250 | 0.21 | 0.41 | 0 | 0.02 | 269.41 | 0.91 | 0.78 |
| Hex | C6 | 94 | FA | 15 | 29 | 0 | 2 | 10D | 5B | 4E |
| Octal | 306 | 224 | 372 | 25 | 51 | 0 | 2 | 415 | 133 | 116 |
| Binary | 11000110 | 10010100 | 11111010 | 10101 | 101001 | 0 | 10 | 100001101 | 1011011 | 1001110 |
Color Harmonies of #C694FA
Complementary color
Monochromatic Colors of #C694FA
Black with #C694FA
Text Example
Text Example
White with #C694FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694FA; }
p { color: rgb(198,148,250); }
H1.HeaderClassName
{
color: #C694FA;
}
.AnyTagClassName
{
color: #C694FA;
}
</style>
background-color css
<style>
a { background-color: #C694FA; }
a { background-color: rgb(198,148,250); }
div.DivClassName
{
background-color: #C694FA;
}
.BgClassName
{
background-color: #C694FA;
}
</style>
border-color css
<style>
span { border-color: #C694FA; }
span { border-color: rgb(198,148,250); }
td.TdClassName
{
border-color: #C694FA;
}
.TagClassName
{
border-color: #C694FA;
}
</style>