Shades of Wisteria #C690FE
Tints of Wisteria #C690FE
RGB
CMYK
RGB Variations
Color information
#C690FE (or 0xC690FE) is known color: Wisteria. HEX triplet: C6, 90 and FE. RGB value is (198,144,254). Sum of RGB (Red+Green+Blue) = 198+144+254=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C690FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FE is #396F01. Grayscale: #ACACAC. Windows color (decimal): -3763970 or 16683206. OLE color: 16683206.
HSL color Cylindrical-coordinate representation of color #C690FE: hue angle of 269.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C690FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 144 | 254 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.00 |
| HSL | 269.45º | 0.98% | 0.78% | - |
| HSV(B) | 269.45º | 0.43% | 1% | - |
| XYZ | 51.15 | 39.11 | 98.62 | - |
| YUV | 172.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 254 | 0.22 | 0.43 | 0 | 0.00 | 269.45 | 0.98 | 0.78 |
| Hex | C6 | 90 | FE | 16 | 2B | 0 | 0 | 10D | 62 | 4E |
| Octal | 306 | 220 | 376 | 26 | 53 | 0 | 0 | 415 | 142 | 116 |
| Binary | 11000110 | 10010000 | 11111110 | 10110 | 101011 | 0 | 0 | 100001101 | 1100010 | 1001110 |
Color Harmonies of #C690FE
Complementary color
Monochromatic Colors of #C690FE
Black with #C690FE
Text Example
Text Example
White with #C690FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690FE; }
p { color: rgb(198,144,254); }
H1.HeaderClassName
{
color: #C690FE;
}
.AnyTagClassName
{
color: #C690FE;
}
</style>
background-color css
<style>
a { background-color: #C690FE; }
a { background-color: rgb(198,144,254); }
div.DivClassName
{
background-color: #C690FE;
}
.BgClassName
{
background-color: #C690FE;
}
</style>
border-color css
<style>
span { border-color: #C690FE; }
span { border-color: rgb(198,144,254); }
td.TdClassName
{
border-color: #C690FE;
}
.TagClassName
{
border-color: #C690FE;
}
</style>